Html Css Color HEX #C08ABC London Hue

📋 copy color: '#C08ABC'

red 192 ◦ green 138 ◦ blue 188

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

Shades of London Hue #C08ABC

Tints of London Hue #C08ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.29%

R = 37.07%
G = 26.64%
B = 36.29%

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

#C08ABC (or 0xC08ABC) is known color: London Hue. HEX triplet: C0, 8A and BC. RGB value is (192,138,188). Sum of RGB (Red+Green+Blue) = 192+138+188=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 138 (54.30% from 255 or 26.64% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 192 - color contains mainly: red. Hex color #C08ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08ABC is #3F7543. Grayscale: #9F9F9F. Windows color (decimal): -4158788 or 12356288. OLE color: 12356288.

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

Color convert

RGB 192 138 188 -
CMYK 0 0.28 0.02 0.25
HSL 304.44º 0.3% 0.65% -
HSV(B) 304.44º 0.28% 0.75% -
XYZ 39.9 33.01 51.85 -
YUV 159.85 143.89 150.93 -
System Red Green Blue C M Y K H S L
Decimal 192 138 188 0 0.28 0.02 0.25 304.44 0.3 0.65
Hex C0 8A BC 0 1C 2 19 130 1E 41
Octal 300 212 274 0 34 2 31 460 36 101
Binary 11000000 10001010 10111100 0 11100 10 11001 100110000 11110 1000001

Color Harmonies of #C08ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08ABC

Black with #C08ABC

Text Example


Text Example

White with #C08ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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