#C2CF75

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

Shades of Deco #C2CF75

Tints of Deco #C2CF75

Color information

#C2CF75 (or 0xC2CF75) is unknown color: approx Deco. HEX triplet: C2, CF and 75. RGB value is (194,207,117). Sum of RGB (Red+Green+Blue) = 194+207+117=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 117 (46.09% from 255 or 22.59% from 518); Max value from RGB is 207 - color contains mainly: green. Hex color #C2CF75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CF75 is #3D308A. Grayscale: #C1C1C1. Windows color (decimal): -4010123 or 7720898. OLE color: 7720898.

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

Color convert

RGB194207117-
CMYK0.0600.430.19
HSL68.67º48.39%63.53%-
HSV(B)68.67º43.48%81.18%-
XYZ47.7757.3825.39-
YUV192.8585.19128.82-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.45%
GREEN value IS 207 (81.25% from 255) = 39.96%
BLUE value IS 117 (46.09% from 255) = 22.59%
R=37.45%
G=39.96%
B=22.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1942071170.0600.430.1968.6748.3963.53
HexC2CF75602B13453040
Octal30231716560532310560100
Binary1100001011001111111010111001010111001110001011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CF75; }

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

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

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

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

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

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

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

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