#CAC5BC

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

Shades of Stark White #CAC5BC

Tints of Stark White #CAC5BC

Color information

#CAC5BC (or 0xCAC5BC) is unknown color: approx Stark White. HEX triplet: CA, C5 and BC. RGB value is (202,197,188). Sum of RGB (Red+Green+Blue) = 202+197+188=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 197 (77.34% from 255 or 33.56% from 587); Blue value is 188 (73.83% from 255 or 32.03% from 587); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC5BC is #353A43. Grayscale: #C5C5C5. Windows color (decimal): -3488324 or 12371402. OLE color: 12371402.

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

Color convert

RGB202197188-
CMYK00.020.070.21
HSL38.57º11.67%76.47%-
HSV(B)38.57º6.93%79.22%-
XYZ53.456.1255.59-
YUV197.47122.66131.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.41%
GREEN value IS 197 (77.34% from 255) = 33.56%
BLUE value IS 188 (73.83% from 255) = 32.03%
R=34.41%
G=33.56%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219718800.020.070.2138.5711.6776.47
HexCAC5BC0271527c4c
Octal312305274027254714114
Binary1100101011000101101111000101111010110011111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC5BC; }

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

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

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

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

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

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

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

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