#CAC3BC

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

Shades of Stark White #CAC3BC

Tints of Stark White #CAC3BC

Color information

#CAC3BC (or 0xCAC3BC) is unknown color: approx Stark White. HEX triplet: CA, C3 and BC. RGB value is (202,195,188). Sum of RGB (Red+Green+Blue) = 202+195+188=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 195 (76.56% from 255 or 33.33% from 585); Blue value is 188 (73.83% from 255 or 32.14% from 585); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC3BC is #353C43. Grayscale: #C4C4C4. Windows color (decimal): -3488836 or 12370890. OLE color: 12370890.

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

Color convert

RGB202195188-
CMYK00.030.070.21
HSL30º11.67%76.47%-
HSV(B)30º6.93%79.22%-
XYZ52.9555.2255.44-
YUV196.3123.32132.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.53%
GREEN value IS 195 (76.56% from 255) = 33.33%
BLUE value IS 188 (73.83% from 255) = 32.14%
R=34.53%
G=33.33%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219518800.030.070.213011.6776.47
HexCAC3BC037151ec4c
Octal312303274037253614114
Binary110010101100001110111100011111101011111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC3BC; }

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

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

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

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

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

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

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

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