Html Css Color HEX #C47CB8 London Hue

📋 copy color: '#C47CB8'

red 196 ◦ green 124 ◦ blue 184

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

Shades of London Hue #C47CB8

Tints of London Hue #C47CB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.51%

R = 38.89%
G = 24.6%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C47CB8 (or 0xC47CB8) is known color: London Hue. HEX triplet: C4, 7C and B8. RGB value is (196,124,184). Sum of RGB (Red+Green+Blue) = 196+124+184=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 124 (48.83% from 255 or 24.60% from 504); Blue value is 184 (72.27% from 255 or 36.51% from 504); Max value from RGB is 196 - color contains mainly: red. Hex color #C47CB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47CB8 is #3B8347. Grayscale: #989898. Windows color (decimal): -3900232 or 12090564. OLE color: 12090564.

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

Color convert

RGB 196 124 184 -
CMYK 0 0.37 0.06 0.23
HSL 310º 0.38% 0.63% -
HSV(B) 310º 0.37% 0.77% -
XYZ 38.62 29.61 49.03 -
YUV 152.37 145.85 159.12 -
System Red Green Blue C M Y K H S L
Decimal 196 124 184 0 0.37 0.06 0.23 310 0.38 0.63
Hex C4 7C B8 0 25 6 17 136 26 3F
Octal 304 174 270 0 45 6 27 466 46 77
Binary 11000100 1111100 10111000 0 100101 110 10111 100110110 100110 111111

Color Harmonies of #C47CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47CB8

Black with #C47CB8

Text Example


Text Example

White with #C47CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47CB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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