#CAC5C0

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

Shades of Stark White #CAC5C0

Tints of Stark White #CAC5C0

Color information

#CAC5C0 (or 0xCAC5C0) is unknown color: approx Stark White. HEX triplet: CA, C5 and C0. RGB value is (202,197,192). Sum of RGB (Red+Green+Blue) = 202+197+192=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 197 (77.34% from 255 or 33.33% from 591); Blue value is 192 (75.39% from 255 or 32.49% from 591); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC5C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC5C0 is #353A3F. Grayscale: #C5C5C5. Windows color (decimal): -3488320 or 12633546. OLE color: 12633546.

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

Color convert

RGB202197192-
CMYK00.020.050.21
HSL30º8.62%77.25%-
HSV(B)30º4.95%79.22%-
XYZ53.8456.2957.9-
YUV197.92124.66130.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.18%
GREEN value IS 197 (77.34% from 255) = 33.33%
BLUE value IS 192 (75.39% from 255) = 32.49%
R=34.18%
G=33.33%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219719200.020.050.21308.6277.25
HexCAC5C0025151e94d
Octal312305300025253611115
Binary110010101100010111000000010101101011111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC5C0; }

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

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

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

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

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

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

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

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