#CABAC0

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

Shades of Twilight #CABAC0

Tints of Twilight #CABAC0

Color information

#CABAC0 (or 0xCABAC0) is unknown color: approx Twilight. HEX triplet: CA, BA and C0. RGB value is (202,186,192). Sum of RGB (Red+Green+Blue) = 202+186+192=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 186 (73.05% from 255 or 32.07% from 580); Blue value is 192 (75.39% from 255 or 33.10% from 580); Max value from RGB is 202 - color contains mainly: red. Hex color #CABAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABAC0 is #35453F. Grayscale: #BFBFBF. Windows color (decimal): -3491136 or 12630730. OLE color: 12630730.

HSL color Cylindrical-coordinate representation of color #CABAC0: hue angle of 337.5º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CABAC0 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB202186192-
CMYK00.080.050.21
HSL337.5º13.11%76.08%-
HSV(B)337.5º7.92%79.22%-
XYZ51.4351.4857.1-
YUV191.47128.3135.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.83%
GREEN value IS 186 (73.05% from 255) = 32.07%
BLUE value IS 192 (75.39% from 255) = 33.10%
R=34.83%
G=32.07%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218619200.080.050.21337.513.1176.08
HexCABAC008515152d4c
Octal31227230001052552215114
Binary110010101011101011000000010001011010110101001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABAC0; }

 p { color: rgb(202,186,192); }

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

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

 a { background-color: rgb(202,186,192); }

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

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

 span { border-color: rgb(202,186,192); }

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