#C2CF7F

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

Shades of Deco #C2CF7F

Tints of Deco #C2CF7F

Color information

#C2CF7F (or 0xC2CF7F) is unknown color: approx Deco. HEX triplet: C2, CF and 7F. RGB value is (194,207,127). Sum of RGB (Red+Green+Blue) = 194+207+127=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 127 (50% from 255 or 24.05% from 528); Max value from RGB is 207 - color contains mainly: green. Hex color #C2CF7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CF7F is #3D3080. Grayscale: #C2C2C2. Windows color (decimal): -4010113 or 8376258. OLE color: 8376258.

HSL color Cylindrical-coordinate representation of color #C2CF7F: hue angle of 69.75º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C2CF7F is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB194207127-
CMYK0.0600.390.19
HSL69.75º45.45%65.49%-
HSV(B)69.75º38.65%81.18%-
XYZ48.3957.6328.65-
YUV193.9990.19128-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.74%
GREEN value IS 207 (81.25% from 255) = 39.20%
BLUE value IS 127 (50% from 255) = 24.05%
R=36.74%
G=39.20%
B=24.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1942071270.0600.390.1969.7545.4565.49
HexC2CF7F602713462d41
Octal30231717760472310655101
Binary1100001011001111111111111001001111001110001101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CF7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CF7F; }

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

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

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

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

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

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

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

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