#c1cf7f

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

Shades of Deco #C1CF7F

Tints of Deco #C1CF7F

Color information

#C1CF7F (or 0xC1CF7F) is unknown color: approx Deco. HEX triplet: C1, CF and 7F. RGB value is (193,207,127). Sum of RGB (Red+Green+Blue) = 193+207+127=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 127 (50% from 255 or 24.10% from 527); Max value from RGB is 207 - color contains mainly: green. Hex color #C1CF7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1CF7F is #3E3080. Grayscale: #C2C2C2. Windows color (decimal): -4075649 or 8376257. OLE color: 8376257.

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

Color convert

RGB193207127-
CMYK0.0700.390.19
HSL70.5º45.45%65.49%-
HSV(B)70.5º38.65%81.18%-
XYZ48.1457.528.64-
YUV193.6990.36127.5-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.62%
GREEN value IS 207 (81.25% from 255) = 39.28%
BLUE value IS 127 (50% from 255) = 24.10%
R=36.62%
G=39.28%
B=24.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1932071270.0700.390.1970.545.4565.49
HexC1CF7F702713462d41
Octal30131717770472310655101
Binary1100000111001111111111111101001111001110001101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1cf7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1cf7f; }

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

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

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

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

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

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

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

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