Html Css Color HEX #C7C280 Winter Hazel

📋 copy color: '#C7C280'

red 199 ◦ green 194 ◦ blue 128

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

Shades of Winter Hazel #C7C280

Tints of Winter Hazel #C7C280

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.24%

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

R = 38.2%
G = 37.24%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C7C280 (or 0xC7C280) is known color: Winter Hazel. HEX triplet: C7, C2 and 80. RGB value is (199,194,128). Sum of RGB (Red+Green+Blue) = 199+194+128=521 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.20% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 128 (50.39% from 255 or 24.57% from 521); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C280 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C280 is #383D7F. Grayscale: #BCBCBC. Windows color (decimal): -3685760 or 8438471. OLE color: 8438471.

HSL color Cylindrical-coordinate representation of color #C7C280: hue angle of 55.77º 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 #C7C280 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 194 128 -
CMYK 0 0.03 0.36 0.22
HSL 55.77º 0.39% 0.64% -
HSV(B) 55.77º 0.36% 0.78% -
XYZ 46.74 52.28 28.05 -
YUV 187.97 94.16 135.87 -
System Red Green Blue C M Y K H S L
Decimal 199 194 128 0 0.03 0.36 0.22 55.77 0.39 0.64
Hex C7 C2 80 0 3 24 16 38 27 40
Octal 307 302 200 0 3 44 26 70 47 100
Binary 11000111 11000010 10000000 0 11 100100 10110 111000 100111 1000000

Color Harmonies of #C7C280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C280

Black with #C7C280

Text Example


Text Example

White with #C7C280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C280; }

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

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

background-color css

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

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

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

border-color css

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

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

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