Html Css Color HEX #C8C562 Wild Willow

📋 copy color: '#C8C562'

red 200 ◦ green 197 ◦ blue 98

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

Shades of Wild Willow #C8C562

Tints of Wild Willow #C8C562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.8%

R = 40.4%
G = 39.8%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C8C562 (or 0xC8C562) is known color: Wild Willow. HEX triplet: C8, C5 and 62. RGB value is (200,197,98). Sum of RGB (Red+Green+Blue) = 200+197+98=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 197 (77.34% from 255 or 39.80% from 495); Blue value is 98 (38.67% from 255 or 19.80% from 495); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C562 is #373A9D. Grayscale: #BBBBBB. Windows color (decimal): -3619486 or 6473160. OLE color: 6473160.

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

Color convert

RGB 200 197 98 -
CMYK 0 0.02 0.51 0.22
HSL 58.24º 0.48% 0.58% -
HSV(B) 58.24º 0.51% 0.78% -
XYZ 45.99 53.09 19.38 -
YUV 186.61 77.99 137.55 -
System Red Green Blue C M Y K H S L
Decimal 200 197 98 0 0.02 0.51 0.22 58.24 0.48 0.58
Hex C8 C5 62 0 2 33 16 3A 30 3A
Octal 310 305 142 0 2 63 26 72 60 72
Binary 11001000 11000101 1100010 0 10 110011 10110 111010 110000 111010

Color Harmonies of #C8C562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C562

Black with #C8C562

Text Example


Text Example

White with #C8C562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C562; }

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

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

background-color css

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

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

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

border-color css

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

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

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