#CBA7C7

Color #CBA7C7 Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #CBA7C7

Tints of Lilac #CBA7C7

Color information

#CBA7C7 (or 0xCBA7C7) is unknown color: approx Lilac. HEX triplet: CB, A7 and C7. RGB value is (203,167,199). Sum of RGB (Red+Green+Blue) = 203+167+199=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 167 (65.62% from 255 or 29.35% from 569); Blue value is 199 (78.12% from 255 or 34.97% from 569); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA7C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA7C7 is #345838. Grayscale: #B5B5B5. Windows color (decimal): -3430457 or 13084619. OLE color: 13084619.

HSL color Cylindrical-coordinate representation of color #CBA7C7: hue angle of 306.67º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBA7C7 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB203167199-
CMYK00.180.020.20
HSL306.67º25.71%72.55%-
HSV(B)306.67º17.73%79.61%-
XYZ48.7644.4660.04-
YUV181.41137.93143.4-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.68%
GREEN value IS 167 (65.62% from 255) = 29.35%
BLUE value IS 199 (78.12% from 255) = 34.97%
R=35.68%
G=29.35%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316719900.180.020.20306.6725.7172.55
HexCBA7C70122141331a49
Octal31324730702222446332111
Binary1100101110100111110001110100101010100100110011110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA7C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA7C7; }

 p { color: rgb(203,167,199); }

 H1.HeaderClassName
 {
   color: #CBA7C7;
 }
 .AnyTagClassName
 {
   color: #CBA7C7;
 }
</style>
background-color css

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

 a { background-color: rgb(203,167,199); }

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

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

 span { border-color: rgb(203,167,199); }

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