Html Css Color HEX #CBA1C8 Lilac

📋 copy color: '#CBA1C8'

red 203 ◦ green 161 ◦ blue 200

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

Shades of Lilac #CBA1C8

Tints of Lilac #CBA1C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 35.46%

R = 35.99%
G = 28.55%
B = 35.46%

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

#CBA1C8 (or 0xCBA1C8) is known color: Lilac. HEX triplet: CB, A1 and C8. RGB value is (203,161,200). Sum of RGB (Red+Green+Blue) = 203+161+200=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 161 (63.28% from 255 or 28.55% from 564); Blue value is 200 (78.52% from 255 or 35.46% from 564); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA1C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA1C8 is #345E37. Grayscale: #B1B1B1. Windows color (decimal): -3431992 or 13148619. OLE color: 13148619.

HSL color Cylindrical-coordinate representation of color #CBA1C8: hue angle of 304.29º 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 #CBA1C8 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 161 200 -
CMYK 0 0.21 0.01 0.20
HSL 304.29º 0.29% 0.71% -
HSV(B) 304.29º 0.21% 0.8% -
XYZ 47.8 42.36 60.3 -
YUV 178 140.41 145.83 -
System Red Green Blue C M Y K H S L
Decimal 203 161 200 0 0.21 0.01 0.20 304.29 0.29 0.71
Hex CB A1 C8 0 15 1 14 130 1D 47
Octal 313 241 310 0 25 1 24 460 35 107
Binary 11001011 10100001 11001000 0 10101 1 10100 100110000 11101 1000111

Color Harmonies of #CBA1C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA1C8

Black with #CBA1C8

Text Example


Text Example

White with #CBA1C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA1C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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