Html Css Color HEX #C5CD7A Deco

📋 copy color: '#C5CD7A'

red 197 ◦ green 205 ◦ blue 122

#C5CD7A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deco #C5CD7A

Tints of Deco #C5CD7A

RGB

 RED value IS 197 (77.34% from 255) = 37.6%

 GREEN value IS 205 (80.47% from 255) = 39.12%

 BLUE value IS 122 (48.05% from 255) = 23.28%

R = 37.6%
G = 39.12%
B = 23.28%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#C5CD7A (or 0xC5CD7A) is known color: 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

RGB 197 205 122 -
CMYK 0.04 0 0.40 0.20
HSL 65.78º 0.45% 0.64% -
HSV(B) 65.78º 0.4% 0.8% -
XYZ 48.37 56.94 26.85 -
YUV 193.15 87.85 130.75 -
System Red Green Blue C M Y K H S L
Decimal 197 205 122 0.04 0 0.40 0.20 65.78 0.45 0.64
Hex C5 CD 7A 4 0 28 14 42 2D 40
Octal 305 315 172 4 0 50 24 102 55 100
Binary 11000101 11001101 1111010 100 0 101000 10100 1000010 101101 1000000

Color Harmonies of #C5CD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CD7A

Black with #C5CD7A

Text Example


Text Example

White with #C5CD7A

Text Example


Text Example

HTML Codes & Css Web 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>