Html Css Color HEX #C8C465 Wild Willow

📋 copy color: '#C8C465'

red 200 ◦ green 196 ◦ blue 101

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

Shades of Wild Willow #C8C465

Tints of Wild Willow #C8C465

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.44%

 BLUE value IS 101 (39.84% from 255) = 20.32%

R = 40.24%
G = 39.44%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C8C465 (or 0xC8C465) is known color: Wild Willow. HEX triplet: C8, C4 and 65. RGB value is (200,196,101). Sum of RGB (Red+Green+Blue) = 200+196+101=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 196 (76.95% from 255 or 39.44% from 497); Blue value is 101 (39.84% from 255 or 20.32% from 497); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C465 is #373B9A. Grayscale: #BABABA. Windows color (decimal): -3619739 or 6669512. OLE color: 6669512.

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

Color convert

RGB 200 196 101 -
CMYK 0 0.02 0.49 0.22
HSL 57.58º 0.47% 0.59% -
HSV(B) 57.58º 0.5% 0.78% -
XYZ 45.91 52.7 20.06 -
YUV 186.37 79.83 137.72 -
System Red Green Blue C M Y K H S L
Decimal 200 196 101 0 0.02 0.49 0.22 57.58 0.47 0.59
Hex C8 C4 65 0 2 31 16 3A 2F 3B
Octal 310 304 145 0 2 61 26 72 57 73
Binary 11001000 11000100 1100101 0 10 110001 10110 111010 101111 111011

Color Harmonies of #C8C465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C465

Black with #C8C465

Text Example


Text Example

White with #C8C465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C465; }

 p { color: rgb(200,196,101); }

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

background-color css

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

 a { background-color: rgb(200,196,101); }

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

border-color css

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

 span { border-color: rgb(200,196,101); }

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