Html Css Color HEX #C7C55F Wild Willow

📋 copy color: '#C7C55F'

red 199 ◦ green 197 ◦ blue 95

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

Shades of Wild Willow #C7C55F

Tints of Wild Willow #C7C55F

RGB

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

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

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

R = 40.53%
G = 40.12%
B = 19.35%

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

#C7C55F (or 0xC7C55F) is known color: Wild Willow. HEX triplet: C7, C5 and 5F. RGB value is (199,197,95). Sum of RGB (Red+Green+Blue) = 199+197+95=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 197 (77.34% from 255 or 40.12% from 491); Blue value is 95 (37.5% from 255 or 19.35% from 491); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C55F is #383AA0. Grayscale: #BABABA. Windows color (decimal): -3685025 or 6276551. OLE color: 6276551.

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

Color convert

RGB 199 197 95 -
CMYK 0 0.01 0.52 0.22
HSL 58.85º 0.48% 0.58% -
HSV(B) 58.85º 0.52% 0.78% -
XYZ 45.59 52.9 18.63 -
YUV 185.97 76.66 137.29 -
System Red Green Blue C M Y K H S L
Decimal 199 197 95 0 0.01 0.52 0.22 58.85 0.48 0.58
Hex C7 C5 5F 0 1 34 16 3B 30 3A
Octal 307 305 137 0 1 64 26 73 60 72
Binary 11000111 11000101 1011111 0 1 110100 10110 111011 110000 111010

Color Harmonies of #C7C55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C55F

Black with #C7C55F

Text Example


Text Example

White with #C7C55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C55F; }

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

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

background-color css

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

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

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

border-color css

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

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

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