#CCC4B9

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

Shades of Stark White #CCC4B9

Tints of Stark White #CCC4B9

Color information

#CCC4B9 (or 0xCCC4B9) is unknown color: approx Stark White. HEX triplet: CC, C4 and B9. RGB value is (204,196,185). Sum of RGB (Red+Green+Blue) = 204+196+185=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 196 (76.95% from 255 or 33.50% from 585); Blue value is 185 (72.66% from 255 or 31.62% from 585); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC4B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC4B9 is #333B46. Grayscale: #C5C5C5. Windows color (decimal): -3357511 or 12174540. OLE color: 12174540.

HSL color Cylindrical-coordinate representation of color #CCC4B9: hue angle of 34.74º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCC4B9 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB204196185-
CMYK00.040.090.2
HSL34.74º15.7%76.27%-
HSV(B)34.74º9.31%80%-
XYZ53.455.8253.86-
YUV197.14121.15132.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.87%
GREEN value IS 196 (76.95% from 255) = 33.50%
BLUE value IS 185 (72.66% from 255) = 31.62%
R=34.87%
G=33.50%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419618500.040.090.234.7415.776.27
HexCCC4B90491423104c
Octal3143042710411244320114
Binary1100110011000100101110010100100110100100011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC4B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC4B9; }

 p { color: rgb(204,196,185); }

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

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

 a { background-color: rgb(204,196,185); }

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

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

 span { border-color: rgb(204,196,185); }

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