Html Css Color HEX #C7CD80 Deco

📋 copy color: '#C7CD80'

red 199 ◦ green 205 ◦ blue 128

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

Shades of Deco #C7CD80

Tints of Deco #C7CD80

RGB

 RED value IS 199 (78.13% from 255) = 37.41%

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

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

R = 37.41%
G = 38.53%
B = 24.06%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#C7CD80 (or 0xC7CD80) is known color: Deco. HEX triplet: C7, CD and 80. RGB value is (199,205,128). Sum of RGB (Red+Green+Blue) = 199+205+128=532 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.41% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 128 (50.39% from 255 or 24.06% from 532); Max value from RGB is 205 - color contains mainly: green. Hex color #C7CD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CD80 is #38327F. Grayscale: #C2C2C2. Windows color (decimal): -3682944 or 8441287. OLE color: 8441287.

HSL color Cylindrical-coordinate representation of color #C7CD80: hue angle of 64.68º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C7CD80 is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 205 128 -
CMYK 0.03 0 0.38 0.20
HSL 64.68º 0.44% 0.65% -
HSV(B) 64.68º 0.38% 0.8% -
XYZ 49.28 57.36 28.9 -
YUV 194.43 90.51 131.26 -
System Red Green Blue C M Y K H S L
Decimal 199 205 128 0.03 0 0.38 0.20 64.68 0.44 0.65
Hex C7 CD 80 3 0 26 14 41 2C 41
Octal 307 315 200 3 0 46 24 101 54 101
Binary 11000111 11001101 10000000 11 0 100110 10100 1000001 101100 1000001

Color Harmonies of #C7CD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CD80

Black with #C7CD80

Text Example


Text Example

White with #C7CD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CD80; }

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

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

background-color css

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

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

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

border-color css

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

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

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