Html Css Color HEX #C5C97C Deco

📋 copy color: '#C5C97C'

red 197 ◦ green 201 ◦ blue 124

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

Shades of Deco #C5C97C

Tints of Deco #C5C97C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.51%

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

R = 37.74%
G = 38.51%
B = 23.75%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#C5C97C (or 0xC5C97C) is known color: Deco. HEX triplet: C5, C9 and 7C. RGB value is (197,201,124). Sum of RGB (Red+Green+Blue) = 197+201+124=522 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.74% from 522); Green value is 201 (78.91% from 255 or 38.51% from 522); Blue value is 124 (48.83% from 255 or 23.75% from 522); Max value from RGB is 201 - color contains mainly: green. Hex color #C5C97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C97C is #3A3683. Grayscale: #BFBFBF. Windows color (decimal): -3815044 or 8178117. OLE color: 8178117.

HSL color Cylindrical-coordinate representation of color #C5C97C: hue angle of 63.12º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C5C97C is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 201 124 -
CMYK 0.02 0 0.38 0.21
HSL 63.12º 0.42% 0.64% -
HSV(B) 63.12º 0.38% 0.79% -
XYZ 47.55 55.1 27.2 -
YUV 191.03 90.17 132.26 -
System Red Green Blue C M Y K H S L
Decimal 197 201 124 0.02 0 0.38 0.21 63.12 0.42 0.64
Hex C5 C9 7C 2 0 26 15 3F 2A 40
Octal 305 311 174 2 0 46 25 77 52 100
Binary 11000101 11001001 1111100 10 0 100110 10101 111111 101010 1000000

Color Harmonies of #C5C97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C97C

Black with #C5C97C

Text Example


Text Example

White with #C5C97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C97C; }

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

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

background-color css

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

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

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

border-color css

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

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

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