#CCC7BE

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

Shades of Stark White #CCC7BE

Tints of Stark White #CCC7BE

Color information

#CCC7BE (or 0xCCC7BE) is unknown color: approx Stark White. HEX triplet: CC, C7 and BE. RGB value is (204,199,190). Sum of RGB (Red+Green+Blue) = 204+199+190=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 199 (78.12% from 255 or 33.56% from 593); Blue value is 190 (74.61% from 255 or 32.04% from 593); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC7BE is #333841. Grayscale: #C7C7C7. Windows color (decimal): -3356738 or 12502988. OLE color: 12502988.

HSL color Cylindrical-coordinate representation of color #CCC7BE: hue angle of 38.57º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCC7BE is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB204199190-
CMYK00.020.070.2
HSL38.57º12.07%77.25%-
HSV(B)38.57º6.86%80%-
XYZ54.6257.456.92-
YUV199.47122.66131.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.40%
GREEN value IS 199 (78.12% from 255) = 33.56%
BLUE value IS 190 (74.61% from 255) = 32.04%
R=34.40%
G=33.56%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419919000.020.070.238.5712.0777.25
HexCCC7BE0271427c4d
Octal314307276027244714115
Binary1100110011000111101111100101111010010011111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC7BE; }

 p { color: rgb(204,199,190); }

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

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

 a { background-color: rgb(204,199,190); }

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

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

 span { border-color: rgb(204,199,190); }

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