Html Css Color HEX #C08ACB Lilac

📋 copy color: '#C08ACB'

red 192 ◦ green 138 ◦ blue 203

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

Shades of Lilac #C08ACB

Tints of Lilac #C08ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.09%

R = 36.02%
G = 25.89%
B = 38.09%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C08ACB (or 0xC08ACB) is known color: Lilac. HEX triplet: C0, 8A and CB. RGB value is (192,138,203). Sum of RGB (Red+Green+Blue) = 192+138+203=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 138 (54.30% from 255 or 25.89% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 203 - color contains mainly: blue. Hex color #C08ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08ACB is #3F7534. Grayscale: #A1A1A1. Windows color (decimal): -4158773 or 13339328. OLE color: 13339328.

HSL color Cylindrical-coordinate representation of color #C08ACB: hue angle of 289.85º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C08ACB is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 138 203 -
CMYK 0.05 0.32 0 0.20
HSL 289.85º 0.38% 0.67% -
HSV(B) 289.85º 0.32% 0.8% -
XYZ 41.61 33.7 60.81 -
YUV 161.56 151.39 149.71 -
System Red Green Blue C M Y K H S L
Decimal 192 138 203 0.05 0.32 0 0.20 289.85 0.38 0.67
Hex C0 8A CB 5 20 0 14 122 26 43
Octal 300 212 313 5 40 0 24 442 46 103
Binary 11000000 10001010 11001011 101 100000 0 10100 100100010 100110 1000011

Color Harmonies of #C08ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08ACB

Black with #C08ACB

Text Example


Text Example

White with #C08ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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