Html Css Color HEX #C8C55F Wild Willow

📋 copy color: '#C8C55F'

red 200 ◦ green 197 ◦ blue 95

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

Shades of Wild Willow #C8C55F

Tints of Wild Willow #C8C55F

RGB

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

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

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

R = 40.65%
G = 40.04%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C8C55F (or 0xC8C55F) is known color: Wild Willow. HEX triplet: C8, C5 and 5F. RGB value is (200,197,95). Sum of RGB (Red+Green+Blue) = 200+197+95=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 197 (77.34% from 255 or 40.04% from 492); Blue value is 95 (37.5% from 255 or 19.31% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C55F is #373AA0. Grayscale: #BABABA. Windows color (decimal): -3619489 or 6276552. OLE color: 6276552.

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

Color convert

RGB 200 197 95 -
CMYK 0 0.02 0.52 0.22
HSL 58.29º 0.49% 0.58% -
HSV(B) 58.29º 0.53% 0.78% -
XYZ 45.85 53.04 18.65 -
YUV 186.27 76.49 137.79 -
System Red Green Blue C M Y K H S L
Decimal 200 197 95 0 0.02 0.52 0.22 58.29 0.49 0.58
Hex C8 C5 5F 0 2 34 16 3A 31 3A
Octal 310 305 137 0 2 64 26 72 61 72
Binary 11001000 11000101 1011111 0 10 110100 10110 111010 110001 111010

Color Harmonies of #C8C55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C55F

Black with #C8C55F

Text Example


Text Example

White with #C8C55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C55F; }

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

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

background-color css

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

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

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

border-color css

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

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

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