#C6CC7F

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

Shades of Deco #C6CC7F

Tints of Deco #C6CC7F

Color information

#C6CC7F (or 0xC6CC7F) is unknown color: approx Deco. HEX triplet: C6, CC and 7F. RGB value is (198,204,127). Sum of RGB (Red+Green+Blue) = 198+204+127=529 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.43% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 127 (50% from 255 or 24.01% from 529); Max value from RGB is 204 - color contains mainly: green. Hex color #C6CC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6CC7F is #393380. Grayscale: #C1C1C1. Windows color (decimal): -3748737 or 8375494. OLE color: 8375494.

HSL color Cylindrical-coordinate representation of color #C6CC7F: hue angle of 64.68º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C6CC7F is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB198204127-
CMYK0.0300.380.2
HSL64.68º43.02%64.9%-
HSV(B)64.68º37.75%80%-
XYZ48.7156.7228.46-
YUV193.4390.51131.26-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.43%
GREEN value IS 204 (80.08% from 255) = 38.56%
BLUE value IS 127 (50% from 255) = 24.01%
R=37.43%
G=38.56%
B=24.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1982041270.0300.380.264.6843.0264.9
HexC6CC7F302614412b41
Octal30631417730462410153101
Binary110001101100110011111111101001101010010000011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CC7F; }

 p { color: rgb(198,204,127); }

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

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

 a { background-color: rgb(198,204,127); }

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

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

 span { border-color: rgb(198,204,127); }

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