Html Css Color HEX #C8D05F Wild Willow

📋 copy color: '#C8D05F'

red 200 ◦ green 208 ◦ blue 95

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

Shades of Wild Willow #C8D05F

Tints of Wild Willow #C8D05F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.35%

 BLUE value IS 95 (37.5% from 255) = 18.89%

R = 39.76%
G = 41.35%
B = 18.89%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#C8D05F (or 0xC8D05F) is known color: Wild Willow. HEX triplet: C8, D0 and 5F. RGB value is (200,208,95). Sum of RGB (Red+Green+Blue) = 200+208+95=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 95 (37.5% from 255 or 18.89% from 503); Max value from RGB is 208 - color contains mainly: green. Hex color #C8D05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D05F is #372FA0. Grayscale: #C1C1C1. Windows color (decimal): -3616673 or 6279368. OLE color: 6279368.

HSL color Cylindrical-coordinate representation of color #C8D05F: hue angle of 64.25º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C8D05F is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 200 208 95 -
CMYK 0.04 0 0.54 0.18
HSL 64.25º 0.55% 0.59% -
HSV(B) 64.25º 0.54% 0.82% -
XYZ 48.44 58.22 19.51 -
YUV 192.73 72.85 133.19 -
System Red Green Blue C M Y K H S L
Decimal 200 208 95 0.04 0 0.54 0.18 64.25 0.55 0.59
Hex C8 D0 5F 4 0 36 12 40 37 3B
Octal 310 320 137 4 0 66 22 100 67 73
Binary 11001000 11010000 1011111 100 0 110110 10010 1000000 110111 111011

Color Harmonies of #C8D05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D05F

Black with #C8D05F

Text Example


Text Example

White with #C8D05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D05F; }

 p { color: rgb(200,208,95); }

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

background-color css

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

 a { background-color: rgb(200,208,95); }

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

border-color css

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

 span { border-color: rgb(200,208,95); }

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