Html Css Color HEX #CBA0C2 Lilac

📋 copy color: '#CBA0C2'

red 203 ◦ green 160 ◦ blue 194

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

Shades of Lilac #CBA0C2

Tints of Lilac #CBA0C2

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.73%

 BLUE value IS 194 (76.17% from 255) = 34.83%

R = 36.45%
G = 28.73%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#CBA0C2 (or 0xCBA0C2) is known color: Lilac. HEX triplet: CB, A0 and C2. RGB value is (203,160,194). Sum of RGB (Red+Green+Blue) = 203+160+194=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 160 (62.89% from 255 or 28.73% from 557); Blue value is 194 (76.17% from 255 or 34.83% from 557); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA0C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA0C2 is #345F3D. Grayscale: #B0B0B0. Windows color (decimal): -3432254 or 12755147. OLE color: 12755147.

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

Color convert

RGB 203 160 194 -
CMYK 0 0.21 0.04 0.20
HSL 312.56º 0.29% 0.71% -
HSV(B) 312.56º 0.21% 0.8% -
XYZ 46.94 41.73 56.62 -
YUV 176.73 137.75 146.74 -
System Red Green Blue C M Y K H S L
Decimal 203 160 194 0 0.21 0.04 0.20 312.56 0.29 0.71
Hex CB A0 C2 0 15 4 14 139 1D 47
Octal 313 240 302 0 25 4 24 471 35 107
Binary 11001011 10100000 11000010 0 10101 100 10100 100111001 11101 1000111

Color Harmonies of #CBA0C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA0C2

Black with #CBA0C2

Text Example


Text Example

White with #CBA0C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA0C2; }

 p { color: rgb(203,160,194); }

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

background-color css

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

 a { background-color: rgb(203,160,194); }

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

border-color css

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

 span { border-color: rgb(203,160,194); }

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