#CCC3B9

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

Shades of Stark White #CCC3B9

Tints of Stark White #CCC3B9

Color information

#CCC3B9 (or 0xCCC3B9) is unknown color: approx Stark White. HEX triplet: CC, C3 and B9. RGB value is (204,195,185). Sum of RGB (Red+Green+Blue) = 204+195+185=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 195 (76.56% from 255 or 33.39% from 584); Blue value is 185 (72.66% from 255 or 31.68% from 584); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC3B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC3B9 is #333C46. Grayscale: #C4C4C4. Windows color (decimal): -3357767 or 12174284. OLE color: 12174284.

HSL color Cylindrical-coordinate representation of color #CCC3B9: hue angle of 31.58º 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 #CCC3B9 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB204195185-
CMYK00.040.090.2
HSL31.58º15.7%76.27%-
HSV(B)31.58º9.31%80%-
XYZ53.1755.3753.78-
YUV196.55121.48133.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.93%
GREEN value IS 195 (76.56% from 255) = 33.39%
BLUE value IS 185 (72.66% from 255) = 31.68%
R=34.93%
G=33.39%
B=31.68%

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
Decimal20419518500.040.090.231.5815.776.27
HexCCC3B90491420104c
Octal3143032710411244020114
Binary1100110011000011101110010100100110100100000100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC3B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC3B9; }

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

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

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

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

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

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

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

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