Html Css Color HEX #C7C155 Wild Willow

📋 copy color: '#C7C155'

red 199 ◦ green 193 ◦ blue 85

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

Shades of Wild Willow #C7C155

Tints of Wild Willow #C7C155

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.46%

 BLUE value IS 85 (33.59% from 255) = 17.82%

R = 41.72%
G = 40.46%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C7C155 (or 0xC7C155) is known color: Wild Willow. HEX triplet: C7, C1 and 55. RGB value is (199,193,85). Sum of RGB (Red+Green+Blue) = 199+193+85=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 193 (75.78% from 255 or 40.46% from 477); Blue value is 85 (33.59% from 255 or 17.82% from 477); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C155 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C155 is #383EAA. Grayscale: #B6B6B6. Windows color (decimal): -3686059 or 5620167. OLE color: 5620167.

HSL color Cylindrical-coordinate representation of color #C7C155: hue angle of 56.84º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C7C155 is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 193 85 -
CMYK 0 0.03 0.57 0.22
HSL 56.84º 0.5% 0.56% -
HSV(B) 56.84º 0.57% 0.78% -
XYZ 44.26 50.94 16.09 -
YUV 182.48 72.99 139.78 -
System Red Green Blue C M Y K H S L
Decimal 199 193 85 0 0.03 0.57 0.22 56.84 0.5 0.56
Hex C7 C1 55 0 3 39 16 39 32 38
Octal 307 301 125 0 3 71 26 71 62 70
Binary 11000111 11000001 1010101 0 11 111001 10110 111001 110010 111000

Color Harmonies of #C7C155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C155

Black with #C7C155

Text Example


Text Example

White with #C7C155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C155; }

 p { color: rgb(199,193,85); }

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

background-color css

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

 a { background-color: rgb(199,193,85); }

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

border-color css

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

 span { border-color: rgb(199,193,85); }

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