#CABCC2

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

Shades of Twilight #CABCC2

Tints of Twilight #CABCC2

Color information

#CABCC2 (or 0xCABCC2) is unknown color: approx Twilight. HEX triplet: CA, BC and C2. RGB value is (202,188,194). Sum of RGB (Red+Green+Blue) = 202+188+194=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 188 (73.83% from 255 or 32.19% from 584); Blue value is 194 (76.17% from 255 or 33.22% from 584); Max value from RGB is 202 - color contains mainly: red. Hex color #CABCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABCC2 is #35433D. Grayscale: #C0C0C0. Windows color (decimal): -3490622 or 12762314. OLE color: 12762314.

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

Color convert

RGB202188194-
CMYK00.070.040.21
HSL334.29º11.67%76.47%-
HSV(B)334.29º6.93%79.22%-
XYZ52.0852.4258.41-
YUV192.87128.64134.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.59%
GREEN value IS 188 (73.83% from 255) = 32.19%
BLUE value IS 194 (76.17% from 255) = 33.22%
R=34.59%
G=32.19%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218819400.070.040.21334.2911.6776.47
HexCABCC20741514ec4c
Octal3122743020742551614114
Binary11001010101111001100001001111001010110100111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABCC2; }

 p { color: rgb(202,188,194); }

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

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

 a { background-color: rgb(202,188,194); }

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

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

 span { border-color: rgb(202,188,194); }

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