Html Css Color HEX #C5CD7C Deco

📋 copy color: '#C5CD7C'

red 197 ◦ green 205 ◦ blue 124

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

Shades of Deco #C5CD7C

Tints of Deco #C5CD7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.57%

R = 37.45%
G = 38.97%
B = 23.57%

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

#C5CD7C (or 0xC5CD7C) is known color: Deco. HEX triplet: C5, CD and 7C. RGB value is (197,205,124). Sum of RGB (Red+Green+Blue) = 197+205+124=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 205 (80.47% from 255 or 38.97% from 526); Blue value is 124 (48.83% from 255 or 23.57% from 526); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CD7C is #3A3283. Grayscale: #C1C1C1. Windows color (decimal): -3814020 or 8179141. OLE color: 8179141.

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

Color convert

RGB 197 205 124 -
CMYK 0.04 0 0.40 0.20
HSL 65.93º 0.45% 0.65% -
HSV(B) 65.93º 0.4% 0.8% -
XYZ 48.5 56.99 27.51 -
YUV 193.37 88.85 130.59 -
System Red Green Blue C M Y K H S L
Decimal 197 205 124 0.04 0 0.40 0.20 65.93 0.45 0.65
Hex C5 CD 7C 4 0 28 14 42 2D 41
Octal 305 315 174 4 0 50 24 102 55 101
Binary 11000101 11001101 1111100 100 0 101000 10100 1000010 101101 1000001

Color Harmonies of #C5CD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CD7C

Black with #C5CD7C

Text Example


Text Example

White with #C5CD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CD7C; }

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

 H1.HeaderClassName
 {
   color: #C5CD7C;
 }
 .AnyTagClassName
 {
   color: #C5CD7C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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