#C1CF76

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

Shades of Deco #C1CF76

Tints of Deco #C1CF76

Color information

#C1CF76 (or 0xC1CF76) is unknown color: approx Deco. HEX triplet: C1, CF and 76. RGB value is (193,207,118). Sum of RGB (Red+Green+Blue) = 193+207+118=518 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.26% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 118 (46.48% from 255 or 22.78% from 518); Max value from RGB is 207 - color contains mainly: green. Hex color #C1CF76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1CF76 is #3E3089. Grayscale: #C1C1C1. Windows color (decimal): -4075658 or 7786433. OLE color: 7786433.

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

Color convert

RGB193207118-
CMYK0.0700.430.19
HSL69.44º48.11%63.73%-
HSV(B)69.44º43%81.18%-
XYZ47.5857.2725.69-
YUV192.6785.86128.24-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.26%
GREEN value IS 207 (81.25% from 255) = 39.96%
BLUE value IS 118 (46.48% from 255) = 22.78%
R=37.26%
G=39.96%
B=22.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1932071180.0700.430.1969.4448.1163.73
HexC1CF76702B13453040
Octal30131716670532310560100
Binary1100000111001111111011011101010111001110001011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CF76; }

 p { color: rgb(193,207,118); }

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

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

 a { background-color: rgb(193,207,118); }

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

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

 span { border-color: rgb(193,207,118); }

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