#CCC6BD

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

Shades of Stark White #CCC6BD

Tints of Stark White #CCC6BD

Color information

#CCC6BD (or 0xCCC6BD) is unknown color: approx Stark White. HEX triplet: CC, C6 and BD. RGB value is (204,198,189). Sum of RGB (Red+Green+Blue) = 204+198+189=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 198 (77.73% from 255 or 33.50% from 591); Blue value is 189 (74.22% from 255 or 31.98% from 591); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC6BD is #333942. Grayscale: #C6C6C6. Windows color (decimal): -3356995 or 12437196. OLE color: 12437196.

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

Color convert

RGB204198189-
CMYK00.030.070.2
HSL36º12.82%77.06%-
HSV(B)36º7.35%80%-
XYZ54.2856.956.27-
YUV198.77122.49131.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.52%
GREEN value IS 198 (77.73% from 255) = 33.50%
BLUE value IS 189 (74.22% from 255) = 31.98%
R=34.52%
G=33.50%
B=31.98%

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
Decimal20419818900.030.070.23612.8277.06
HexCCC6BD0371424d4d
Octal314306275037244415115
Binary1100110011000110101111010111111010010010011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC6BD; }

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

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

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

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

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

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

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

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