#CFC975

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

Shades of Deco #CFC975

Tints of Deco #CFC975

Color information

#CFC975 (or 0xCFC975) is unknown color: approx Deco. HEX triplet: CF, C9 and 75. RGB value is (207,201,117). Sum of RGB (Red+Green+Blue) = 207+201+117=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 201 (78.91% from 255 or 38.29% from 525); Blue value is 117 (46.09% from 255 or 22.29% from 525); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC975 is #30368A. Grayscale: #C1C1C1. Windows color (decimal): -3159691 or 7719375. OLE color: 7719375.

HSL color Cylindrical-coordinate representation of color #CFC975: hue angle of 56º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFC975 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB207201117-
CMYK00.030.430.19
HSL56º48.39%63.53%-
HSV(B)56º43.48%81.18%-
XYZ49.8356.3225.07-
YUV193.2284.99137.83-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.43%
GREEN value IS 201 (78.91% from 255) = 38.29%
BLUE value IS 117 (46.09% from 255) = 22.29%
R=39.43%
G=38.29%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720111700.030.430.195648.3963.53
HexCFC975032B13383040
Octal3173111650353237060100
Binary11001111110010011110101011101011100111110001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC975; }

 p { color: rgb(207,201,117); }

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

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

 a { background-color: rgb(207,201,117); }

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

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

 span { border-color: rgb(207,201,117); }

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