#C4CF75

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

Shades of Deco #C4CF75

Tints of Deco #C4CF75

Color information

#C4CF75 (or 0xC4CF75) is unknown color: approx Deco. HEX triplet: C4, CF and 75. RGB value is (196,207,117). Sum of RGB (Red+Green+Blue) = 196+207+117=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 207 (81.25% from 255 or 39.81% from 520); Blue value is 117 (46.09% from 255 or 22.5% from 520); Max value from RGB is 207 - color contains mainly: green. Hex color #C4CF75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4CF75 is #3B308A. Grayscale: #C1C1C1. Windows color (decimal): -3879051 or 7720900. OLE color: 7720900.

HSL color Cylindrical-coordinate representation of color #C4CF75: hue angle of 67.33º 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 #C4CF75 is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB196207117-
CMYK0.0500.430.19
HSL67.33º48.39%63.53%-
HSV(B)67.33º43.48%81.18%-
XYZ48.2957.6525.41-
YUV193.4584.86129.82-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.69%
GREEN value IS 207 (81.25% from 255) = 39.81%
BLUE value IS 117 (46.09% from 255) = 22.5%
R=37.69%
G=39.81%
B=22.5%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1962071170.0500.430.1967.3348.3963.53
HexC4CF75502B13433040
Octal30431716550532310360100
Binary1100010011001111111010110101010111001110000111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CF75; }

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

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

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

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

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

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

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

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