#CECA8D

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

Shades of Deco #CECA8D

Tints of Deco #CECA8D

Color information

#CECA8D (or 0xCECA8D) is unknown color: approx Deco. HEX triplet: CE, CA and 8D. RGB value is (206,202,141). Sum of RGB (Red+Green+Blue) = 206+202+141=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 141 (55.47% from 255 or 25.68% from 549); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECA8D is #313572. Grayscale: #C4C4C4. Windows color (decimal): -3224947 or 9292494. OLE color: 9292494.

HSL color Cylindrical-coordinate representation of color #CECA8D: hue angle of 56.31º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CECA8D is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB206202141-
CMYK00.020.320.19
HSL56.31º39.88%68.04%-
HSV(B)56.31º31.55%80.78%-
XYZ51.3857.2933.55-
YUV196.2496.83134.96-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.52%
GREEN value IS 202 (79.30% from 255) = 36.79%
BLUE value IS 141 (55.47% from 255) = 25.68%
R=37.52%
G=36.79%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620214100.020.320.1956.3139.8868.04
HexCECA8D022013382844
Octal3163122150240237050104
Binary110011101100101010001101010100000100111110001010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECA8D; }

 p { color: rgb(206,202,141); }

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

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

 a { background-color: rgb(206,202,141); }

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

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

 span { border-color: rgb(206,202,141); }

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