Html Css Color HEX #C47CAF London Hue

📋 copy color: '#C47CAF'

red 196 ◦ green 124 ◦ blue 175

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

Shades of London Hue #C47CAF

Tints of London Hue #C47CAF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.05%

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

R = 39.6%
G = 25.05%
B = 35.35%

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

#C47CAF (or 0xC47CAF) is known color: London Hue. HEX triplet: C4, 7C and AF. RGB value is (196,124,175). Sum of RGB (Red+Green+Blue) = 196+124+175=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 124 (48.83% from 255 or 25.05% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 196 - color contains mainly: red. Hex color #C47CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47CAF is #3B8350. Grayscale: #979797. Windows color (decimal): -3900241 or 11500740. OLE color: 11500740.

HSL color Cylindrical-coordinate representation of color #C47CAF: hue angle of 317.5º 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 #C47CAF is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 124 175 -
CMYK 0 0.37 0.11 0.23
HSL 317.5º 0.38% 0.63% -
HSV(B) 317.5º 0.37% 0.77% -
XYZ 37.71 29.25 44.21 -
YUV 151.34 141.35 159.85 -
System Red Green Blue C M Y K H S L
Decimal 196 124 175 0 0.37 0.11 0.23 317.5 0.38 0.63
Hex C4 7C AF 0 25 B 17 13E 26 3F
Octal 304 174 257 0 45 13 27 476 46 77
Binary 11000100 1111100 10101111 0 100101 1011 10111 100111110 100110 111111

Color Harmonies of #C47CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47CAF

Black with #C47CAF

Text Example


Text Example

White with #C47CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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