#CCC6BA

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

Shades of Stark White #CCC6BA

Tints of Stark White #CCC6BA

Color information

#CCC6BA (or 0xCCC6BA) is unknown color: approx Stark White. HEX triplet: CC, C6 and BA. RGB value is (204,198,186). Sum of RGB (Red+Green+Blue) = 204+198+186=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 198 (77.73% from 255 or 33.67% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC6BA is #333945. Grayscale: #C6C6C6. Windows color (decimal): -3356998 or 12240588. OLE color: 12240588.

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

Color convert

RGB204198186-
CMYK00.030.090.2
HSL40º15%76.47%-
HSV(B)40º8.82%80%-
XYZ53.9656.7754.57-
YUV198.43120.99131.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.69%
GREEN value IS 198 (77.73% from 255) = 33.67%
BLUE value IS 186 (73.05% from 255) = 31.63%
R=34.69%
G=33.67%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419818600.030.090.2401576.47
HexCCC6BA0391428f4c
Octal3143062720311245017114
Binary11001100110001101011101001110011010010100011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC6BA; }

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

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

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

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

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

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

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

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