#C1D07D

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

Shades of Deco #C1D07D

Tints of Deco #C1D07D

Color information

#C1D07D (or 0xC1D07D) is unknown color: approx Deco. HEX triplet: C1, D0 and 7D. RGB value is (193,208,125). Sum of RGB (Red+Green+Blue) = 193+208+125=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 208 (81.64% from 255 or 39.54% from 526); Blue value is 125 (49.22% from 255 or 23.76% from 526); Max value from RGB is 208 - color contains mainly: green. Hex color #C1D07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D07D is #3E2F82. Grayscale: #C2C2C2. Windows color (decimal): -4075395 or 8245441. OLE color: 8245441.

HSL color Cylindrical-coordinate representation of color #C1D07D: hue angle of 70.84º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C1D07D is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB193208125-
CMYK0.0700.400.18
HSL70.84º46.89%65.29%-
HSV(B)70.84º39.9%81.57%-
XYZ48.2557.9328.04-
YUV194.0589.03127.25-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.69%
GREEN value IS 208 (81.64% from 255) = 39.54%
BLUE value IS 125 (49.22% from 255) = 23.76%
R=36.69%
G=39.54%
B=23.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1932081250.0700.400.1870.8446.8965.29
HexC1D07D702812472f41
Octal30132017570502210757101
Binary1100000111010000111110111101010001001010001111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D07D; }

 p { color: rgb(193,208,125); }

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

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

 a { background-color: rgb(193,208,125); }

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

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

 span { border-color: rgb(193,208,125); }

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