Html Css Color HEX #C08AB9 London Hue

📋 copy color: '#C08AB9'

red 192 ◦ green 138 ◦ blue 185

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

Shades of London Hue #C08AB9

Tints of London Hue #C08AB9

RGB

 RED value IS 192 (75.39% from 255) = 37.28%

 GREEN value IS 138 (54.3% from 255) = 26.8%

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

R = 37.28%
G = 26.8%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#C08AB9 (or 0xC08AB9) is known color: London Hue. HEX triplet: C0, 8A and B9. RGB value is (192,138,185). Sum of RGB (Red+Green+Blue) = 192+138+185=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 138 (54.30% from 255 or 26.80% from 515); Blue value is 185 (72.66% from 255 or 35.92% from 515); Max value from RGB is 192 - color contains mainly: red. Hex color #C08AB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08AB9 is #3F7546. Grayscale: #9F9F9F. Windows color (decimal): -4158791 or 12159680. OLE color: 12159680.

HSL color Cylindrical-coordinate representation of color #C08AB9: hue angle of 307.78º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C08AB9 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 138 185 -
CMYK 0 0.28 0.04 0.25
HSL 307.78º 0.3% 0.65% -
HSV(B) 307.78º 0.28% 0.75% -
XYZ 39.58 32.89 50.16 -
YUV 159.5 142.39 151.18 -
System Red Green Blue C M Y K H S L
Decimal 192 138 185 0 0.28 0.04 0.25 307.78 0.3 0.65
Hex C0 8A B9 0 1C 4 19 134 1E 41
Octal 300 212 271 0 34 4 31 464 36 101
Binary 11000000 10001010 10111001 0 11100 100 11001 100110100 11110 1000001

Color Harmonies of #C08AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08AB9

Black with #C08AB9

Text Example


Text Example

White with #C08AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08AB9; }

 p { color: rgb(192,138,185); }

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

background-color css

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

 a { background-color: rgb(192,138,185); }

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

border-color css

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

 span { border-color: rgb(192,138,185); }

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