Html Css Color HEX #C7C255 Wild Willow

📋 copy color: '#C7C255'

red 199 ◦ green 194 ◦ blue 85

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

Shades of Wild Willow #C7C255

Tints of Wild Willow #C7C255

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.59%

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

R = 41.63%
G = 40.59%
B = 17.78%

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

#C7C255 (or 0xC7C255) is known color: Wild Willow. HEX triplet: C7, C2 and 55. RGB value is (199,194,85). Sum of RGB (Red+Green+Blue) = 199+194+85=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 194 (76.17% from 255 or 40.59% from 478); Blue value is 85 (33.59% from 255 or 17.78% from 478); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C255 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C255 is #383DAA. Grayscale: #B7B7B7. Windows color (decimal): -3685803 or 5620423. OLE color: 5620423.

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

Color convert

RGB 199 194 85 -
CMYK 0 0.03 0.57 0.22
HSL 57.37º 0.5% 0.56% -
HSV(B) 57.37º 0.57% 0.78% -
XYZ 44.48 51.38 16.17 -
YUV 183.07 72.66 139.36 -
System Red Green Blue C M Y K H S L
Decimal 199 194 85 0 0.03 0.57 0.22 57.37 0.5 0.56
Hex C7 C2 55 0 3 39 16 39 32 38
Octal 307 302 125 0 3 71 26 71 62 70
Binary 11000111 11000010 1010101 0 11 111001 10110 111001 110010 111000

Color Harmonies of #C7C255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C255

Black with #C7C255

Text Example


Text Example

White with #C7C255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C255; }

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

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

background-color css

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

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

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

border-color css

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

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

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