Html Css Color HEX #C5C780 Deco

📋 copy color: '#C5C780'

red 197 ◦ green 199 ◦ blue 128

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

Shades of Deco #C5C780

Tints of Deco #C5C780

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.98%

 BLUE value IS 128 (50.39% from 255) = 24.43%

R = 37.6%
G = 37.98%
B = 24.43%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C5C780 (or 0xC5C780) is known color: Deco. HEX triplet: C5, C7 and 80. RGB value is (197,199,128). Sum of RGB (Red+Green+Blue) = 197+199+128=524 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.60% from 524); Green value is 199 (78.12% from 255 or 37.98% from 524); Blue value is 128 (50.39% from 255 or 24.43% from 524); Max value from RGB is 199 - color contains mainly: green. Hex color #C5C780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C780 is #3A387F. Grayscale: #BEBEBE. Windows color (decimal): -3815552 or 8439749. OLE color: 8439749.

HSL color Cylindrical-coordinate representation of color #C5C780: hue angle of 61.69º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C5C780 is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 197 199 128 -
CMYK 0.01 0 0.36 0.22
HSL 61.69º 0.39% 0.64% -
HSV(B) 61.69º 0.36% 0.78% -
XYZ 47.35 54.28 28.4 -
YUV 190.31 92.84 132.77 -
System Red Green Blue C M Y K H S L
Decimal 197 199 128 0.01 0 0.36 0.22 61.69 0.39 0.64
Hex C5 C7 80 1 0 24 16 3E 27 40
Octal 305 307 200 1 0 44 26 76 47 100
Binary 11000101 11000111 10000000 1 0 100100 10110 111110 100111 1000000

Color Harmonies of #C5C780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C780

Black with #C5C780

Text Example


Text Example

White with #C5C780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C780; }

 p { color: rgb(197,199,128); }

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

background-color css

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

 a { background-color: rgb(197,199,128); }

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

border-color css

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

 span { border-color: rgb(197,199,128); }

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