Html Css Color HEX #CBA9CA Lilac

📋 copy color: '#CBA9CA'

red 203 ◦ green 169 ◦ blue 202

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

Shades of Lilac #CBA9CA

Tints of Lilac #CBA9CA

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.44%

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

R = 35.37%
G = 29.44%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CBA9CA (or 0xCBA9CA) is known color: Lilac. HEX triplet: CB, A9 and CA. RGB value is (203,169,202). Sum of RGB (Red+Green+Blue) = 203+169+202=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 169 (66.41% from 255 or 29.44% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA9CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA9CA is #345635. Grayscale: #B6B6B6. Windows color (decimal): -3429942 or 13281739. OLE color: 13281739.

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

Color convert

RGB 203 169 202 -
CMYK 0 0.17 0.00 0.20
HSL 301.76º 0.25% 0.73% -
HSV(B) 301.76º 0.17% 0.8% -
XYZ 49.48 45.34 62.02 -
YUV 182.93 138.76 142.32 -
System Red Green Blue C M Y K H S L
Decimal 203 169 202 0 0.17 0.00 0.20 301.76 0.25 0.73
Hex CB A9 CA 0 11 0 14 12E 19 49
Octal 313 251 312 0 21 0 24 456 31 111
Binary 11001011 10101001 11001010 0 10001 0 10100 100101110 11001 1001001

Color Harmonies of #CBA9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA9CA

Black with #CBA9CA

Text Example


Text Example

White with #CBA9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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