Html Css Color HEX #C8C352 Wild Willow

📋 copy color: '#C8C352'

red 200 ◦ green 195 ◦ blue 82

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

Shades of Wild Willow #C8C352

Tints of Wild Willow #C8C352

RGB

 RED value IS 200 (78.52% from 255) = 41.93%

 GREEN value IS 195 (76.56% from 255) = 40.88%

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

R = 41.93%
G = 40.88%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C8C352 (or 0xC8C352) is known color: Wild Willow. HEX triplet: C8, C3 and 52. RGB value is (200,195,82). Sum of RGB (Red+Green+Blue) = 200+195+82=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 195 (76.56% from 255 or 40.88% from 477); Blue value is 82 (32.42% from 255 or 17.19% from 477); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C352 is #373CAD. Grayscale: #B8B8B8. Windows color (decimal): -3620014 or 5424072. OLE color: 5424072.

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

Color convert

RGB 200 195 82 -
CMYK 0 0.02 0.59 0.22
HSL 57.46º 0.52% 0.55% -
HSV(B) 57.46º 0.59% 0.78% -
XYZ 44.86 51.92 15.64 -
YUV 183.61 70.66 139.69 -
System Red Green Blue C M Y K H S L
Decimal 200 195 82 0 0.02 0.59 0.22 57.46 0.52 0.55
Hex C8 C3 52 0 2 3B 16 39 34 37
Octal 310 303 122 0 2 73 26 71 64 67
Binary 11001000 11000011 1010010 0 10 111011 10110 111001 110100 110111

Color Harmonies of #C8C352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C352

Black with #C8C352

Text Example


Text Example

White with #C8C352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C352; }

 p { color: rgb(200,195,82); }

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

background-color css

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

 a { background-color: rgb(200,195,82); }

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

border-color css

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

 span { border-color: rgb(200,195,82); }

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