#CFCE83

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

Shades of Deco #CFCE83

Tints of Deco #CFCE83

Color information

#CFCE83 (or 0xCFCE83) is unknown color: approx Deco. HEX triplet: CF, CE and 83. RGB value is (207,206,131). Sum of RGB (Red+Green+Blue) = 207+206+131=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 131 (51.56% from 255 or 24.08% from 544); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCE83 is #30317C. Grayscale: #C6C6C6. Windows color (decimal): -3158397 or 8638159. OLE color: 8638159.

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

Color convert

RGB207206131-
CMYK00.000.370.19
HSL59.21º44.19%66.27%-
HSV(B)59.21º36.71%81.18%-
XYZ51.959.0530.13-
YUV197.7590.33134.6-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.05%
GREEN value IS 206 (80.86% from 255) = 37.87%
BLUE value IS 131 (51.56% from 255) = 24.08%
R=38.05%
G=37.87%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720613100.000.370.1959.2144.1966.27
HexCFCE830025133b2c42
Octal3173162030045237354102
Binary11001111110011101000001100100101100111110111011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCE83; }

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

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

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

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

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

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

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

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