Html Css Color HEX #C8C564 Wild Willow

📋 copy color: '#C8C564'

red 200 ◦ green 197 ◦ blue 100

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

Shades of Wild Willow #C8C564

Tints of Wild Willow #C8C564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.12%

R = 40.24%
G = 39.64%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#C8C564 (or 0xC8C564) is known color: Wild Willow. HEX triplet: C8, C5 and 64. RGB value is (200,197,100). Sum of RGB (Red+Green+Blue) = 200+197+100=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 197 (77.34% from 255 or 39.64% from 497); Blue value is 100 (39.45% from 255 or 20.12% from 497); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C564 is #373A9B. Grayscale: #BBBBBB. Windows color (decimal): -3619484 or 6604232. OLE color: 6604232.

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

Color convert

RGB 200 197 100 -
CMYK 0 0.02 0.5 0.22
HSL 58.2º 0.48% 0.59% -
HSV(B) 58.2º 0.5% 0.78% -
XYZ 46.09 53.13 19.88 -
YUV 186.84 78.99 137.39 -
System Red Green Blue C M Y K H S L
Decimal 200 197 100 0 0.02 0.5 0.22 58.2 0.48 0.59
Hex C8 C5 64 0 2 32 16 3A 30 3B
Octal 310 305 144 0 2 62 26 72 60 73
Binary 11001000 11000101 1100100 0 10 110010 10110 111010 110000 111011

Color Harmonies of #C8C564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C564

Black with #C8C564

Text Example


Text Example

White with #C8C564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C564; }

 p { color: rgb(200,197,100); }

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

background-color css

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

 a { background-color: rgb(200,197,100); }

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

border-color css

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

 span { border-color: rgb(200,197,100); }

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