#C5CD7A

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

Shades of Deco #C5CD7A

Tints of Deco #C5CD7A

Color information

#C5CD7A (or 0xC5CD7A) is unknown color: approx Deco. HEX triplet: C5, CD and 7A. RGB value is (197,205,122). Sum of RGB (Red+Green+Blue) = 197+205+122=524 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.60% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 122 (48.05% from 255 or 23.28% from 524); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CD7A is #3A3285. Grayscale: #C1C1C1. Windows color (decimal): -3814022 or 8048069. OLE color: 8048069.

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

Color convert

RGB197205122-
CMYK0.0400.400.20
HSL65.78º45.36%64.12%-
HSV(B)65.78º40.49%80.39%-
XYZ48.3756.9426.85-
YUV193.1587.85130.75-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.60%
GREEN value IS 205 (80.47% from 255) = 39.12%
BLUE value IS 122 (48.05% from 255) = 23.28%
R=37.60%
G=39.12%
B=23.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1972051220.0400.400.2065.7845.3664.12
HexC5CD7A402814422d40
Octal30531517240502410255100
Binary1100010111001101111101010001010001010010000101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CD7A; }

 p { color: rgb(197,205,122); }

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

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

 a { background-color: rgb(197,205,122); }

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

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

 span { border-color: rgb(197,205,122); }

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