Html Css Color HEX #C47AB0 London Hue

📋 copy color: '#C47AB0'

red 196 ◦ green 122 ◦ blue 176

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

Shades of London Hue #C47AB0

Tints of London Hue #C47AB0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.7%

 BLUE value IS 176 (69.14% from 255) = 35.63%

R = 39.68%
G = 24.7%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C47AB0 (or 0xC47AB0) is known color: London Hue. HEX triplet: C4, 7A and B0. RGB value is (196,122,176). Sum of RGB (Red+Green+Blue) = 196+122+176=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 122 (48.05% from 255 or 24.70% from 494); Blue value is 176 (69.14% from 255 or 35.63% from 494); Max value from RGB is 196 - color contains mainly: red. Hex color #C47AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47AB0 is #3B854F. Grayscale: #969696. Windows color (decimal): -3900752 or 11565764. OLE color: 11565764.

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

Color convert

RGB 196 122 176 -
CMYK 0 0.38 0.10 0.23
HSL 316.22º 0.39% 0.62% -
HSV(B) 316.22º 0.38% 0.77% -
XYZ 37.56 28.79 44.65 -
YUV 150.28 142.52 160.61 -
System Red Green Blue C M Y K H S L
Decimal 196 122 176 0 0.38 0.10 0.23 316.22 0.39 0.62
Hex C4 7A B0 0 26 A 17 13C 27 3E
Octal 304 172 260 0 46 12 27 474 47 76
Binary 11000100 1111010 10110000 0 100110 1010 10111 100111100 100111 111110

Color Harmonies of #C47AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47AB0

Black with #C47AB0

Text Example


Text Example

White with #C47AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47AB0; }

 p { color: rgb(196,122,176); }

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

background-color css

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

 a { background-color: rgb(196,122,176); }

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

border-color css

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

 span { border-color: rgb(196,122,176); }

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