#CAC3C6

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

Shades of Twilight #CAC3C6

Tints of Twilight #CAC3C6

Color information

#CAC3C6 (or 0xCAC3C6) is unknown color: approx Twilight. HEX triplet: CA, C3 and C6. RGB value is (202,195,198). Sum of RGB (Red+Green+Blue) = 202+195+198=595 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.95% from 595); Green value is 195 (76.56% from 255 or 32.77% from 595); Blue value is 198 (77.73% from 255 or 33.28% from 595); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC3C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC3C6 is #353C39. Grayscale: #C5C5C5. Windows color (decimal): -3488826 or 13026250. OLE color: 13026250.

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

Color convert

RGB202195198-
CMYK00.030.020.21
HSL334.29º6.19%77.84%-
HSV(B)334.29º3.47%79.22%-
XYZ54.0755.6661.32-
YUV197.44128.32131.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.95%
GREEN value IS 195 (76.56% from 255) = 32.77%
BLUE value IS 198 (77.73% from 255) = 33.28%
R=33.95%
G=32.77%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219519800.030.020.21334.296.1977.84
HexCAC3C60321514e64e
Octal312303306032255166116
Binary11001010110000111100011001110101011010011101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC3C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC3C6; }

 p { color: rgb(202,195,198); }

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

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

 a { background-color: rgb(202,195,198); }

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

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

 span { border-color: rgb(202,195,198); }

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