#CEC7BA

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

Shades of Stark White #CEC7BA

Tints of Stark White #CEC7BA

Color information

#CEC7BA (or 0xCEC7BA) is unknown color: approx Stark White. HEX triplet: CE, C7 and BA. RGB value is (206,199,186). Sum of RGB (Red+Green+Blue) = 206+199+186=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 199 (78.12% from 255 or 33.67% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC7BA is #313845. Grayscale: #C7C7C7. Windows color (decimal): -3225670 or 12240846. OLE color: 12240846.

HSL color Cylindrical-coordinate representation of color #CEC7BA: hue angle of 39º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEC7BA is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB206199186-
CMYK00.030.100.19
HSL39º16.95%76.86%-
HSV(B)39º9.71%80.78%-
XYZ54.7457.5154.67-
YUV199.61120.32132.56-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.86%
GREEN value IS 199 (78.12% from 255) = 33.67%
BLUE value IS 186 (73.05% from 255) = 31.47%
R=34.86%
G=33.67%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619918600.030.100.193916.9576.86
HexCEC7BA03A1327114d
Octal3163072720312234721115
Binary110011101100011110111010011101010011100111100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC7BA; }

 p { color: rgb(206,199,186); }

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

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

 a { background-color: rgb(206,199,186); }

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

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

 span { border-color: rgb(206,199,186); }

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