#CFCE8C

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

Shades of Deco #CFCE8C

Tints of Deco #CFCE8C

Color information

#CFCE8C (or 0xCFCE8C) is unknown color: approx Deco. HEX triplet: CF, CE and 8C. RGB value is (207,206,140). Sum of RGB (Red+Green+Blue) = 207+206+140=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 206 (80.86% from 255 or 37.25% from 553); Blue value is 140 (55.08% from 255 or 25.32% from 553); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCE8C is #303173. Grayscale: #C7C7C7. Windows color (decimal): -3158388 or 9227983. OLE color: 9227983.

HSL color Cylindrical-coordinate representation of color #CFCE8C: hue angle of 59.1º degrees, saturation: 0.41, 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 #CFCE8C is Cyan = 0, Magento = 0.00, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB207206140-
CMYK00.000.320.19
HSL59.1º41.1%68.04%-
HSV(B)59.1º32.37%81.18%-
XYZ52.5459.333.49-
YUV198.7894.83133.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.43%
GREEN value IS 206 (80.86% from 255) = 37.25%
BLUE value IS 140 (55.08% from 255) = 25.32%
R=37.43%
G=37.25%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720614000.000.320.1959.141.168.04
HexCFCE8C0020133b2944
Octal3173162140040237351104
Binary11001111110011101000110000100000100111110111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCE8C; }

 p { color: rgb(207,206,140); }

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

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

 a { background-color: rgb(207,206,140); }

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

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

 span { border-color: rgb(207,206,140); }

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