#CAC4BE

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

Shades of Stark White #CAC4BE

Tints of Stark White #CAC4BE

Color information

#CAC4BE (or 0xCAC4BE) is unknown color: approx Stark White. HEX triplet: CA, C4 and BE. RGB value is (202,196,190). Sum of RGB (Red+Green+Blue) = 202+196+190=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 196 (76.95% from 255 or 33.33% from 588); Blue value is 190 (74.61% from 255 or 32.31% from 588); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC4BE is #353B41. Grayscale: #C5C5C5. Windows color (decimal): -3488578 or 12502218. OLE color: 12502218.

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

Color convert

RGB202196190-
CMYK00.030.060.21
HSL30º10.17%76.86%-
HSV(B)30º5.94%79.22%-
XYZ53.3955.7556.66-
YUV197.11123.99131.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.35%
GREEN value IS 196 (76.95% from 255) = 33.33%
BLUE value IS 190 (74.61% from 255) = 32.31%
R=34.35%
G=33.33%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219619000.030.060.213010.1776.86
HexCAC4BE036151ea4d
Octal312304276036253612115
Binary110010101100010010111110011110101011111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC4BE; }

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

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

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

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

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

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

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

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