#CEC0B9

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

Shades of Wafer #CEC0B9

Tints of Wafer #CEC0B9

Color information

#CEC0B9 (or 0xCEC0B9) is unknown color: approx Wafer. HEX triplet: CE, C0 and B9. RGB value is (206,192,185). Sum of RGB (Red+Green+Blue) = 206+192+185=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 192 (75.39% from 255 or 32.93% from 583); Blue value is 185 (72.66% from 255 or 31.73% from 583); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC0B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC0B9 is #313F46. Grayscale: #C3C3C3. Windows color (decimal): -3227463 or 12173518. OLE color: 12173518.

HSL color Cylindrical-coordinate representation of color #CEC0B9: hue angle of 20º degrees, saturation: 0.18, 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 #CEC0B9 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB206192185-
CMYK00.070.100.19
HSL20º17.65%76.67%-
HSV(B)20º10.19%80.78%-
XYZ53.0654.3253.59-
YUV195.39122.14135.57-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.33%
GREEN value IS 192 (75.39% from 255) = 32.93%
BLUE value IS 185 (72.66% from 255) = 31.73%
R=35.33%
G=32.93%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619218500.070.100.192017.6576.67
HexCEC0B907A1314124d
Octal3163002710712232422115
Binary110011101100000010111001011110101001110100100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC0B9; }

 p { color: rgb(206,192,185); }

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

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

 a { background-color: rgb(206,192,185); }

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

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

 span { border-color: rgb(206,192,185); }

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