Html Css Color HEX #CBA1C9 Lilac

📋 copy color: '#CBA1C9'

red 203 ◦ green 161 ◦ blue 201

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

Shades of Lilac #CBA1C9

Tints of Lilac #CBA1C9

RGB

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

 GREEN value IS 161 (63.28% from 255) = 28.5%

 BLUE value IS 201 (78.91% from 255) = 35.58%

R = 35.93%
G = 28.5%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CBA1C9 (or 0xCBA1C9) is known color: Lilac. HEX triplet: CB, A1 and C9. RGB value is (203,161,201). Sum of RGB (Red+Green+Blue) = 203+161+201=565 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.93% from 565); Green value is 161 (63.28% from 255 or 28.50% from 565); Blue value is 201 (78.91% from 255 or 35.58% from 565); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA1C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA1C9 is #345E36. Grayscale: #B2B2B2. Windows color (decimal): -3431991 or 13214155. OLE color: 13214155.

HSL color Cylindrical-coordinate representation of color #CBA1C9: hue angle of 302.86º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBA1C9 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 161 201 -
CMYK 0 0.21 0.01 0.20
HSL 302.86º 0.29% 0.71% -
HSV(B) 302.86º 0.21% 0.8% -
XYZ 47.92 42.4 60.92 -
YUV 178.12 140.91 145.75 -
System Red Green Blue C M Y K H S L
Decimal 203 161 201 0 0.21 0.01 0.20 302.86 0.29 0.71
Hex CB A1 C9 0 15 1 14 12F 1D 47
Octal 313 241 311 0 25 1 24 457 35 107
Binary 11001011 10100001 11001001 0 10101 1 10100 100101111 11101 1000111

Color Harmonies of #CBA1C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA1C9

Black with #CBA1C9

Text Example


Text Example

White with #CBA1C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA1C9; }

 p { color: rgb(203,161,201); }

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

background-color css

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

 a { background-color: rgb(203,161,201); }

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

border-color css

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

 span { border-color: rgb(203,161,201); }

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