Html Css Color HEX #CBA2CC Lilac

📋 copy color: '#CBA2CC'

red 203 ◦ green 162 ◦ blue 204

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

Shades of Lilac #CBA2CC

Tints of Lilac #CBA2CC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.47%

 BLUE value IS 204 (80.08% from 255) = 35.85%

R = 35.68%
G = 28.47%
B = 35.85%

CMYK

 C value IS 0.00

 M value IS 0.21

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CBA2CC (or 0xCBA2CC) is known color: Lilac. HEX triplet: CB, A2 and CC. RGB value is (203,162,204). Sum of RGB (Red+Green+Blue) = 203+162+204=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 162 (63.67% from 255 or 28.47% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 204 - color contains mainly: blue. Hex color #CBA2CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA2CC is #345D33. Grayscale: #B2B2B2. Windows color (decimal): -3431732 or 13411019. OLE color: 13411019.

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

Color convert

RGB 203 162 204 -
CMYK 0.00 0.21 0 0.2
HSL 298.57º 0.29% 0.72% -
HSV(B) 298.57º 0.21% 0.8% -
XYZ 48.45 42.9 62.85 -
YUV 179.05 142.08 145.08 -
System Red Green Blue C M Y K H S L
Decimal 203 162 204 0.00 0.21 0 0.2 298.57 0.29 0.72
Hex CB A2 CC 0 15 0 14 12B 1D 48
Octal 313 242 314 0 25 0 24 453 35 110
Binary 11001011 10100010 11001100 0 10101 0 10100 100101011 11101 1001000

Color Harmonies of #CBA2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA2CC

Black with #CBA2CC

Text Example


Text Example

White with #CBA2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA2CC; }

 p { color: rgb(203,162,204); }

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

background-color css

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

 a { background-color: rgb(203,162,204); }

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

border-color css

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

 span { border-color: rgb(203,162,204); }

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