#CCC6BE

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

Shades of Stark White #CCC6BE

Tints of Stark White #CCC6BE

Color information

#CCC6BE (or 0xCCC6BE) is unknown color: approx Stark White. HEX triplet: CC, C6 and BE. RGB value is (204,198,190). Sum of RGB (Red+Green+Blue) = 204+198+190=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 198 (77.73% from 255 or 33.45% from 592); Blue value is 190 (74.61% from 255 or 32.09% from 592); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC6BE is #333941. Grayscale: #C6C6C6. Windows color (decimal): -3356994 or 12502732. OLE color: 12502732.

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

Color convert

RGB204198190-
CMYK00.030.070.2
HSL34.29º12.07%77.25%-
HSV(B)34.29º6.86%80%-
XYZ54.3956.9456.84-
YUV198.88122.99131.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.46%
GREEN value IS 198 (77.73% from 255) = 33.45%
BLUE value IS 190 (74.61% from 255) = 32.09%
R=34.46%
G=33.45%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419819000.030.070.234.2912.0777.25
HexCCC6BE0371422c4d
Octal314306276037244214115
Binary1100110011000110101111100111111010010001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC6BE; }

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

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

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

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

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

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

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

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