#CFCE7E

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

Shades of Deco #CFCE7E

Tints of Deco #CFCE7E

Color information

#CFCE7E (or 0xCFCE7E) is unknown color: approx Deco. HEX triplet: CF, CE and 7E. RGB value is (207,206,126). Sum of RGB (Red+Green+Blue) = 207+206+126=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 126 (49.61% from 255 or 23.38% from 539); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCE7E is #303181. Grayscale: #C5C5C5. Windows color (decimal): -3158402 or 8310479. OLE color: 8310479.

HSL color Cylindrical-coordinate representation of color #CFCE7E: hue angle of 59.26º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFCE7E is Cyan = 0, Magento = 0.00, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB207206126-
CMYK00.000.390.19
HSL59.26º45.76%65.29%-
HSV(B)59.26º39.13%81.18%-
XYZ51.5758.9128.39-
YUV197.1887.83135-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.40%
GREEN value IS 206 (80.86% from 255) = 38.22%
BLUE value IS 126 (49.61% from 255) = 23.38%
R=38.40%
G=38.22%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720612600.000.390.1959.2645.7665.29
HexCFCE7E0027133b2e41
Octal3173161760047237356101
Binary1100111111001110111111000100111100111110111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCE7E; }

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

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

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

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

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

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

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

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