Html Css Color HEX #CBABCA Lilac

📋 copy color: '#CBABCA'

red 203 ◦ green 171 ◦ blue 202

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

Shades of Lilac #CBABCA

Tints of Lilac #CBABCA

RGB

 RED value IS 203 (79.69% from 255) = 35.24%

 GREEN value IS 171 (67.19% from 255) = 29.69%

 BLUE value IS 202 (79.3% from 255) = 35.07%

R = 35.24%
G = 29.69%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CBABCA (or 0xCBABCA) is known color: Lilac. HEX triplet: CB, AB and CA. RGB value is (203,171,202). Sum of RGB (Red+Green+Blue) = 203+171+202=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 171 (67.19% from 255 or 29.69% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 203 - color contains mainly: red. Hex color #CBABCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBABCA is #345435. Grayscale: #B8B8B8. Windows color (decimal): -3429430 or 13282251. OLE color: 13282251.

HSL color Cylindrical-coordinate representation of color #CBABCA: hue angle of 301.88º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBABCA is Cyan = 0, Magento = 0.16, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 171 202 -
CMYK 0 0.16 0.00 0.20
HSL 301.88º 0.24% 0.73% -
HSV(B) 301.88º 0.16% 0.8% -
XYZ 49.85 46.09 62.15 -
YUV 184.1 138.1 141.48 -
System Red Green Blue C M Y K H S L
Decimal 203 171 202 0 0.16 0.00 0.20 301.88 0.24 0.73
Hex CB AB CA 0 10 0 14 12E 18 49
Octal 313 253 312 0 20 0 24 456 30 111
Binary 11001011 10101011 11001010 0 10000 0 10100 100101110 11000 1001001

Color Harmonies of #CBABCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBABCA

Black with #CBABCA

Text Example


Text Example

White with #CBABCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBABCA; }

 p { color: rgb(203,171,202); }

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

background-color css

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

 a { background-color: rgb(203,171,202); }

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

border-color css

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

 span { border-color: rgb(203,171,202); }

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