#C4CC75

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

Shades of Deco #C4CC75

Tints of Deco #C4CC75

Color information

#C4CC75 (or 0xC4CC75) is unknown color: approx Deco. HEX triplet: C4, CC and 75. RGB value is (196,204,117). Sum of RGB (Red+Green+Blue) = 196+204+117=517 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.91% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 117 (46.09% from 255 or 22.63% from 517); Max value from RGB is 204 - color contains mainly: green. Hex color #C4CC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4CC75 is #3B338A. Grayscale: #C0C0C0. Windows color (decimal): -3879819 or 7720132. OLE color: 7720132.

HSL color Cylindrical-coordinate representation of color #C4CC75: hue angle of 65.52º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C4CC75 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB196204117-
CMYK0.0400.430.2
HSL65.52º46.03%62.94%-
HSV(B)65.52º42.65%80%-
XYZ47.5756.2125.17-
YUV191.6985.85131.07-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.91%
GREEN value IS 204 (80.08% from 255) = 39.46%
BLUE value IS 117 (46.09% from 255) = 22.63%
R=37.91%
G=39.46%
B=22.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1962041170.0400.430.265.5246.0362.94
HexC4CC75402B14422e3f
Octal3043141654053241025677
Binary110001001100110011101011000101011101001000010101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CC75; }

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

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

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

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

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

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

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

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