#C1CD7C

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

Shades of Deco #C1CD7C

Tints of Deco #C1CD7C

Color information

#C1CD7C (or 0xC1CD7C) is unknown color: approx Deco. HEX triplet: C1, CD and 7C. RGB value is (193,205,124). Sum of RGB (Red+Green+Blue) = 193+205+124=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 124 (48.83% from 255 or 23.75% from 522); Max value from RGB is 205 - color contains mainly: green. Hex color #C1CD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1CD7C is #3E3283. Grayscale: #C0C0C0. Windows color (decimal): -4076164 or 8179137. OLE color: 8179137.

HSL color Cylindrical-coordinate representation of color #C1CD7C: hue angle of 68.89º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C1CD7C is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB193205124-
CMYK0.0600.400.20
HSL68.89º44.75%64.51%-
HSV(B)68.89º39.51%80.39%-
XYZ47.4656.4627.46-
YUV192.1889.52128.59-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.97%
GREEN value IS 205 (80.47% from 255) = 39.27%
BLUE value IS 124 (48.83% from 255) = 23.75%
R=36.97%
G=39.27%
B=23.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1932051240.0600.400.2068.8944.7564.51
HexC1CD7C602814452d41
Octal30131517460502410555101
Binary1100000111001101111110011001010001010010001011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CD7C; }

 p { color: rgb(193,205,124); }

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

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

 a { background-color: rgb(193,205,124); }

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

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

 span { border-color: rgb(193,205,124); }

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