Html Css Color HEX #C47AB6 London Hue

📋 copy color: '#C47AB6'

red 196 ◦ green 122 ◦ blue 182

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

Shades of London Hue #C47AB6

Tints of London Hue #C47AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.4%

R = 39.2%
G = 24.4%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#C47AB6 (or 0xC47AB6) is known color: London Hue. HEX triplet: C4, 7A and B6. RGB value is (196,122,182). Sum of RGB (Red+Green+Blue) = 196+122+182=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 122 (48.05% from 255 or 24.4% from 500); Blue value is 182 (71.48% from 255 or 36.4% from 500); Max value from RGB is 196 - color contains mainly: red. Hex color #C47AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47AB6 is #3B8549. Grayscale: #969696. Windows color (decimal): -3900746 or 11958980. OLE color: 11958980.

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

Color convert

RGB 196 122 182 -
CMYK 0 0.38 0.07 0.23
HSL 311.35º 0.39% 0.62% -
HSV(B) 311.35º 0.38% 0.77% -
XYZ 38.17 29.03 47.85 -
YUV 150.97 145.52 160.12 -
System Red Green Blue C M Y K H S L
Decimal 196 122 182 0 0.38 0.07 0.23 311.35 0.39 0.62
Hex C4 7A B6 0 26 7 17 137 27 3E
Octal 304 172 266 0 46 7 27 467 47 76
Binary 11000100 1111010 10110110 0 100110 111 10111 100110111 100111 111110

Color Harmonies of #C47AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47AB6

Black with #C47AB6

Text Example


Text Example

White with #C47AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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