Html Css Color HEX #C7C660 Wild Willow

📋 copy color: '#C7C660'

red 199 ◦ green 198 ◦ blue 96

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

Shades of Wild Willow #C7C660

Tints of Wild Willow #C7C660

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.16%

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

R = 40.37%
G = 40.16%
B = 19.47%

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

#C7C660 (or 0xC7C660) is known color: Wild Willow. HEX triplet: C7, C6 and 60. RGB value is (199,198,96). Sum of RGB (Red+Green+Blue) = 199+198+96=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 198 (77.73% from 255 or 40.16% from 493); Blue value is 96 (37.89% from 255 or 19.47% from 493); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C660 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C660 is #38399F. Grayscale: #BBBBBB. Windows color (decimal): -3684768 or 6342343. OLE color: 6342343.

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

Color convert

RGB 199 198 96 -
CMYK 0 0.01 0.52 0.22
HSL 59.42º 0.48% 0.58% -
HSV(B) 59.42º 0.52% 0.78% -
XYZ 45.86 53.37 18.95 -
YUV 186.67 76.83 136.79 -
System Red Green Blue C M Y K H S L
Decimal 199 198 96 0 0.01 0.52 0.22 59.42 0.48 0.58
Hex C7 C6 60 0 1 34 16 3B 30 3A
Octal 307 306 140 0 1 64 26 73 60 72
Binary 11000111 11000110 1100000 0 1 110100 10110 111011 110000 111010

Color Harmonies of #C7C660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C660

Black with #C7C660

Text Example


Text Example

White with #C7C660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C660; }

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

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

background-color css

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

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

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

border-color css

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

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

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