#CCC3B2

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

Shades of Stark White #CCC3B2

Tints of Stark White #CCC3B2

Color information

#CCC3B2 (or 0xCCC3B2) is unknown color: approx Stark White. HEX triplet: CC, C3 and B2. RGB value is (204,195,178). Sum of RGB (Red+Green+Blue) = 204+195+178=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 195 (76.56% from 255 or 33.80% from 577); Blue value is 178 (69.92% from 255 or 30.85% from 577); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC3B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC3B2 is #333C4D. Grayscale: #C3C3C3. Windows color (decimal): -3357774 or 11715532. OLE color: 11715532.

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

Color convert

RGB204195178-
CMYK00.040.130.2
HSL39.23º20.31%74.9%-
HSV(B)39.23º12.75%80%-
XYZ52.4555.0849.99-
YUV195.75117.98133.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.36%
GREEN value IS 195 (76.56% from 255) = 33.80%
BLUE value IS 178 (69.92% from 255) = 30.85%
R=35.36%
G=33.80%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419517800.040.130.239.2320.3174.9
HexCCC3B204D1427144b
Octal3143032620415244724113
Binary1100110011000011101100100100110110100100111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC3B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC3B2; }

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

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

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

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

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

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

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

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