Html Css Color HEX #C47CB9 London Hue

📋 copy color: '#C47CB9'

red 196 ◦ green 124 ◦ blue 185

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

Shades of London Hue #C47CB9

Tints of London Hue #C47CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.63%

R = 38.81%
G = 24.55%
B = 36.63%

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

#C47CB9 (or 0xC47CB9) is known color: London Hue. HEX triplet: C4, 7C and B9. RGB value is (196,124,185). Sum of RGB (Red+Green+Blue) = 196+124+185=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 124 (48.83% from 255 or 24.55% from 505); Blue value is 185 (72.66% from 255 or 36.63% from 505); Max value from RGB is 196 - color contains mainly: red. Hex color #C47CB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47CB9 is #3B8346. Grayscale: #989898. Windows color (decimal): -3900231 or 12156100. OLE color: 12156100.

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

Color convert

RGB 196 124 185 -
CMYK 0 0.37 0.06 0.23
HSL 309.17º 0.38% 0.63% -
HSV(B) 309.17º 0.37% 0.77% -
XYZ 38.73 29.65 49.58 -
YUV 152.48 146.35 159.04 -
System Red Green Blue C M Y K H S L
Decimal 196 124 185 0 0.37 0.06 0.23 309.17 0.38 0.63
Hex C4 7C B9 0 25 6 17 135 26 3F
Octal 304 174 271 0 45 6 27 465 46 77
Binary 11000100 1111100 10111001 0 100101 110 10111 100110101 100110 111111

Color Harmonies of #C47CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47CB9

Black with #C47CB9

Text Example


Text Example

White with #C47CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47CB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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