Html Css Color HEX #C7C85F Wild Willow

📋 copy color: '#C7C85F'

red 199 ◦ green 200 ◦ blue 95

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

Shades of Wild Willow #C7C85F

Tints of Wild Willow #C7C85F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.49%

 BLUE value IS 95 (37.5% from 255) = 19.23%

R = 40.28%
G = 40.49%
B = 19.23%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C7C85F (or 0xC7C85F) is known color: Wild Willow. HEX triplet: C7, C8 and 5F. RGB value is (199,200,95). Sum of RGB (Red+Green+Blue) = 199+200+95=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 200 (78.52% from 255 or 40.49% from 494); Blue value is 95 (37.5% from 255 or 19.23% from 494); Max value from RGB is 200 - color contains mainly: green. Hex color #C7C85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C85F is #3837A0. Grayscale: #BCBCBC. Windows color (decimal): -3684257 or 6277319. OLE color: 6277319.

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

Color convert

RGB 199 200 95 -
CMYK 0.00 0 0.52 0.22
HSL 60.57º 0.49% 0.58% -
HSV(B) 60.57º 0.53% 0.78% -
XYZ 46.27 54.28 18.86 -
YUV 187.73 75.67 136.04 -
System Red Green Blue C M Y K H S L
Decimal 199 200 95 0.00 0 0.52 0.22 60.57 0.49 0.58
Hex C7 C8 5F 0 0 34 16 3D 31 3A
Octal 307 310 137 0 0 64 26 75 61 72
Binary 11000111 11001000 1011111 0 0 110100 10110 111101 110001 111010

Color Harmonies of #C7C85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C85F

Black with #C7C85F

Text Example


Text Example

White with #C7C85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C85F; }

 p { color: rgb(199,200,95); }

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

background-color css

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

 a { background-color: rgb(199,200,95); }

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

border-color css

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

 span { border-color: rgb(199,200,95); }

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