Html Css Color HEX #C47BAF London Hue

📋 copy color: '#C47BAF'

red 196 ◦ green 123 ◦ blue 175

#C47BAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #C47BAF

Tints of London Hue #C47BAF

RGB

 RED value IS 196 (76.95% from 255) = 39.68%

 GREEN value IS 123 (48.44% from 255) = 24.9%

 BLUE value IS 175 (68.75% from 255) = 35.43%

R = 39.68%
G = 24.9%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.11

 K value IS 0.23

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C47BAF (or 0xC47BAF) is known color: London Hue. HEX triplet: C4, 7B and AF. RGB value is (196,123,175). Sum of RGB (Red+Green+Blue) = 196+123+175=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 123 (48.44% from 255 or 24.90% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 196 - color contains mainly: red. Hex color #C47BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47BAF is #3B8450. Grayscale: #969696. Windows color (decimal): -3900497 or 11500484. OLE color: 11500484.

HSL color Cylindrical-coordinate representation of color #C47BAF: hue angle of 317.26º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C47BAF is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 123 175 -
CMYK 0 0.37 0.11 0.23
HSL 317.26º 0.38% 0.63% -
HSV(B) 317.26º 0.37% 0.77% -
XYZ 37.59 29 44.17 -
YUV 150.76 141.68 160.27 -
System Red Green Blue C M Y K H S L
Decimal 196 123 175 0 0.37 0.11 0.23 317.26 0.38 0.63
Hex C4 7B AF 0 25 B 17 13D 26 3F
Octal 304 173 257 0 45 13 27 475 46 77
Binary 11000100 1111011 10101111 0 100101 1011 10111 100111101 100110 111111

Color Harmonies of #C47BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47BAF

Black with #C47BAF

Text Example


Text Example

White with #C47BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47BAF; }

 p { color: rgb(196,123,175); }

 H1.HeaderClassName
 {
   color: #C47BAF;
 }
 .AnyTagClassName
 {
   color: #C47BAF;
 }
</style>

background-color css

<style>
 a { background-color: #C47BAF; }

 a { background-color: rgb(196,123,175); }

 div.DivClassName
 {
   background-color: #C47BAF;
 }
 .BgClassName
 {
   background-color: #C47BAF;
 }
</style>

border-color css

<style>
 span { border-color: #C47BAF; }

 span { border-color: rgb(196,123,175); }

 td.TdClassName
 {
   border-color: #C47BAF;
 }
 .TagClassName
 {
   border-color: #C47BAF;
 }
</style>