Html Css Color HEX #C7C252 Wild Willow

📋 copy color: '#C7C252'

red 199 ◦ green 194 ◦ blue 82

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

Shades of Wild Willow #C7C252

Tints of Wild Willow #C7C252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.26%

R = 41.89%
G = 40.84%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C7C252 (or 0xC7C252) is known color: Wild Willow. HEX triplet: C7, C2 and 52. RGB value is (199,194,82). Sum of RGB (Red+Green+Blue) = 199+194+82=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 194 (76.17% from 255 or 40.84% from 475); Blue value is 82 (32.42% from 255 or 17.26% from 475); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C252 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C252 is #383DAD. Grayscale: #B7B7B7. Windows color (decimal): -3685806 or 5423815. OLE color: 5423815.

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

Color convert

RGB 199 194 82 -
CMYK 0 0.03 0.59 0.22
HSL 57.44º 0.51% 0.55% -
HSV(B) 57.44º 0.59% 0.78% -
XYZ 44.37 51.33 15.55 -
YUV 182.73 71.16 139.61 -
System Red Green Blue C M Y K H S L
Decimal 199 194 82 0 0.03 0.59 0.22 57.44 0.51 0.55
Hex C7 C2 52 0 3 3B 16 39 33 37
Octal 307 302 122 0 3 73 26 71 63 67
Binary 11000111 11000010 1010010 0 11 111011 10110 111001 110011 110111

Color Harmonies of #C7C252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C252

Black with #C7C252

Text Example


Text Example

White with #C7C252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C252; }

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

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

background-color css

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

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

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

border-color css

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

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

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