#CAC5BE

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

Shades of Stark White #CAC5BE

Tints of Stark White #CAC5BE

Color information

#CAC5BE (or 0xCAC5BE) is unknown color: approx Stark White. HEX triplet: CA, C5 and BE. RGB value is (202,197,190). Sum of RGB (Red+Green+Blue) = 202+197+190=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 197 (77.34% from 255 or 33.45% from 589); Blue value is 190 (74.61% from 255 or 32.26% from 589); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC5BE is #353A41. Grayscale: #C5C5C5. Windows color (decimal): -3488322 or 12502474. OLE color: 12502474.

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

Color convert

RGB202197190-
CMYK00.020.060.21
HSL35º10.17%76.86%-
HSV(B)35º5.94%79.22%-
XYZ53.6256.2156.74-
YUV197.7123.66131.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.30%
GREEN value IS 197 (77.34% from 255) = 33.45%
BLUE value IS 190 (74.61% from 255) = 32.26%
R=34.30%
G=33.45%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219719000.020.060.213510.1776.86
HexCAC5BE0261523a4d
Octal312305276026254312115
Binary1100101011000101101111100101101010110001110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC5BE; }

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

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

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

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

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

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

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

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