#CFCE93

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

Shades of Deco #CFCE93

Tints of Deco #CFCE93

Color information

#CFCE93 (or 0xCFCE93) is unknown color: approx Deco. HEX triplet: CF, CE and 93. RGB value is (207,206,147). Sum of RGB (Red+Green+Blue) = 207+206+147=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 206 (80.86% from 255 or 36.79% from 560); Blue value is 147 (57.81% from 255 or 26.25% from 560); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCE93 is #30316C. Grayscale: #C7C7C7. Windows color (decimal): -3158381 or 9686735. OLE color: 9686735.

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

Color convert

RGB207206147-
CMYK00.000.290.19
HSL59º38.46%69.41%-
HSV(B)59º28.99%81.18%-
XYZ53.0759.5136.29-
YUV199.5798.33133.3-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.96%
GREEN value IS 206 (80.86% from 255) = 36.79%
BLUE value IS 147 (57.81% from 255) = 26.25%
R=36.96%
G=36.79%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720614700.000.290.195938.4669.41
HexCFCE93001D133b2645
Octal3173162230035237346105
Binary1100111111001110100100110011101100111110111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCE93; }

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

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

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

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

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

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

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

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