#CABCC1

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

Shades of Twilight #CABCC1

Tints of Twilight #CABCC1

Color information

#CABCC1 (or 0xCABCC1) is unknown color: approx Twilight. HEX triplet: CA, BC and C1. RGB value is (202,188,193). Sum of RGB (Red+Green+Blue) = 202+188+193=583 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.65% from 583); Green value is 188 (73.83% from 255 or 32.25% from 583); Blue value is 193 (75.78% from 255 or 33.10% from 583); Max value from RGB is 202 - color contains mainly: red. Hex color #CABCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABCC1 is #35433E. Grayscale: #C0C0C0. Windows color (decimal): -3490623 or 12696778. OLE color: 12696778.

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

Color convert

RGB202188193-
CMYK00.070.040.21
HSL338.57º11.67%76.47%-
HSV(B)338.57º6.93%79.22%-
XYZ51.9752.3757.82-
YUV192.76128.14134.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.65%
GREEN value IS 188 (73.83% from 255) = 32.25%
BLUE value IS 193 (75.78% from 255) = 33.10%
R=34.65%
G=32.25%
B=33.10%

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
Decimal20218819300.070.040.21338.5711.6776.47
HexCABCC107415153c4c
Octal3122743010742552314114
Binary11001010101111001100000101111001010110101001111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABCC1; }

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

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

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

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

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

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

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

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