#C6CF75

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

Shades of Deco #C6CF75

Tints of Deco #C6CF75

Color information

#C6CF75 (or 0xC6CF75) is unknown color: approx Deco. HEX triplet: C6, CF and 75. RGB value is (198,207,117). Sum of RGB (Red+Green+Blue) = 198+207+117=522 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.93% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 117 (46.09% from 255 or 22.41% from 522); Max value from RGB is 207 - color contains mainly: green. Hex color #C6CF75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6CF75 is #39308A. Grayscale: #C2C2C2. Windows color (decimal): -3747979 or 7720902. OLE color: 7720902.

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

Color convert

RGB198207117-
CMYK0.0400.430.19
HSL66º48.39%63.53%-
HSV(B)66º43.48%81.18%-
XYZ48.8157.9225.44-
YUV194.0584.52130.82-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.93%
GREEN value IS 207 (81.25% from 255) = 39.66%
BLUE value IS 117 (46.09% from 255) = 22.41%
R=37.93%
G=39.66%
B=22.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1982071170.0400.430.196648.3963.53
HexC6CF75402B13423040
Octal30631716540532310260100
Binary1100011011001111111010110001010111001110000101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CF75; }

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

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

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

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

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

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

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

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