Html Css Color HEX #C08ABD London Hue

📋 copy color: '#C08ABD'

red 192 ◦ green 138 ◦ blue 189

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

Shades of London Hue #C08ABD

Tints of London Hue #C08ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.42%

R = 36.99%
G = 26.59%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C08ABD (or 0xC08ABD) is known color: London Hue. HEX triplet: C0, 8A and BD. RGB value is (192,138,189). Sum of RGB (Red+Green+Blue) = 192+138+189=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 138 (54.30% from 255 or 26.59% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 192 - color contains mainly: red. Hex color #C08ABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08ABD is #3F7542. Grayscale: #9F9F9F. Windows color (decimal): -4158787 or 12421824. OLE color: 12421824.

HSL color Cylindrical-coordinate representation of color #C08ABD: hue angle of 303.33º 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 #C08ABD is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 138 189 -
CMYK 0 0.28 0.02 0.25
HSL 303.33º 0.3% 0.65% -
HSV(B) 303.33º 0.28% 0.75% -
XYZ 40.01 33.06 52.42 -
YUV 159.96 144.39 150.85 -
System Red Green Blue C M Y K H S L
Decimal 192 138 189 0 0.28 0.02 0.25 303.33 0.3 0.65
Hex C0 8A BD 0 1C 2 19 12F 1E 41
Octal 300 212 275 0 34 2 31 457 36 101
Binary 11000000 10001010 10111101 0 11100 10 11001 100101111 11110 1000001

Color Harmonies of #C08ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08ABD

Black with #C08ABD

Text Example


Text Example

White with #C08ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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