#C7CD75

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

Shades of Deco #C7CD75

Tints of Deco #C7CD75

Color information

#C7CD75 (or 0xC7CD75) is unknown color: approx Deco. HEX triplet: C7, CD and 75. RGB value is (199,205,117). Sum of RGB (Red+Green+Blue) = 199+205+117=521 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.20% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 117 (46.09% from 255 or 22.46% from 521); Max value from RGB is 205 - color contains mainly: green. Hex color #C7CD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7CD75 is #38328A. Grayscale: #C1C1C1. Windows color (decimal): -3682955 or 7720391. OLE color: 7720391.

HSL color Cylindrical-coordinate representation of color #C7CD75: hue angle of 64.09º degrees, saturation: 0.47, 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 #C7CD75 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB199205117-
CMYK0.0300.430.20
HSL64.09º46.81%63.14%-
HSV(B)64.09º42.93%80.39%-
XYZ48.657.0925.29-
YUV193.1785.01132.16-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.20%
GREEN value IS 205 (80.47% from 255) = 39.35%
BLUE value IS 117 (46.09% from 255) = 22.46%
R=38.20%
G=39.35%
B=22.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1992051170.0300.430.2064.0946.8163.14
HexC7CD75302B14402f3f
Octal3073151653053241005777
Binary11000111110011011110101110101011101001000000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CD75; }

 p { color: rgb(199,205,117); }

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

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

 a { background-color: rgb(199,205,117); }

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

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

 span { border-color: rgb(199,205,117); }

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