Html Css Color HEX #CBA2C5 Lilac

📋 copy color: '#CBA2C5'

red 203 ◦ green 162 ◦ blue 197

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

Shades of Lilac #CBA2C5

Tints of Lilac #CBA2C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.05%

R = 36.12%
G = 28.83%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#CBA2C5 (or 0xCBA2C5) is known color: Lilac. HEX triplet: CB, A2 and C5. RGB value is (203,162,197). Sum of RGB (Red+Green+Blue) = 203+162+197=562 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.12% from 562); Green value is 162 (63.67% from 255 or 28.83% from 562); Blue value is 197 (77.34% from 255 or 35.05% from 562); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA2C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA2C5 is #345D3A. Grayscale: #B2B2B2. Windows color (decimal): -3431739 or 12952267. OLE color: 12952267.

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

Color convert

RGB 203 162 197 -
CMYK 0 0.20 0.03 0.20
HSL 308.78º 0.28% 0.72% -
HSV(B) 308.78º 0.2% 0.8% -
XYZ 47.63 42.57 58.53 -
YUV 178.25 138.58 145.65 -
System Red Green Blue C M Y K H S L
Decimal 203 162 197 0 0.20 0.03 0.20 308.78 0.28 0.72
Hex CB A2 C5 0 14 3 14 135 1C 48
Octal 313 242 305 0 24 3 24 465 34 110
Binary 11001011 10100010 11000101 0 10100 11 10100 100110101 11100 1001000

Color Harmonies of #CBA2C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA2C5

Black with #CBA2C5

Text Example


Text Example

White with #CBA2C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA2C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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