Html Css Color HEX #C7C560 Wild Willow

📋 copy color: '#C7C560'

red 199 ◦ green 197 ◦ blue 96

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

Shades of Wild Willow #C7C560

Tints of Wild Willow #C7C560

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.04%

 BLUE value IS 96 (37.89% from 255) = 19.51%

R = 40.45%
G = 40.04%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C7C560 (or 0xC7C560) is known color: Wild Willow. HEX triplet: C7, C5 and 60. RGB value is (199,197,96). Sum of RGB (Red+Green+Blue) = 199+197+96=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 197 (77.34% from 255 or 40.04% from 492); Blue value is 96 (37.89% from 255 or 19.51% from 492); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C560 is #383A9F. Grayscale: #BABABA. Windows color (decimal): -3685024 or 6342087. OLE color: 6342087.

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

Color convert

RGB 199 197 96 -
CMYK 0 0.01 0.52 0.22
HSL 58.83º 0.48% 0.58% -
HSV(B) 58.83º 0.52% 0.78% -
XYZ 45.63 52.92 18.88 -
YUV 186.08 77.16 137.21 -
System Red Green Blue C M Y K H S L
Decimal 199 197 96 0 0.01 0.52 0.22 58.83 0.48 0.58
Hex C7 C5 60 0 1 34 16 3B 30 3A
Octal 307 305 140 0 1 64 26 73 60 72
Binary 11000111 11000101 1100000 0 1 110100 10110 111011 110000 111010

Color Harmonies of #C7C560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C560

Black with #C7C560

Text Example


Text Example

White with #C7C560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C560; }

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

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

background-color css

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

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

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

border-color css

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

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

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