Html Css Color HEX #C8C55B Wild Willow

📋 copy color: '#C8C55B'

red 200 ◦ green 197 ◦ blue 91

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

Shades of Wild Willow #C8C55B

Tints of Wild Willow #C8C55B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.65%

R = 40.98%
G = 40.37%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C8C55B (or 0xC8C55B) is known color: Wild Willow. HEX triplet: C8, C5 and 5B. RGB value is (200,197,91). Sum of RGB (Red+Green+Blue) = 200+197+91=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 197 (77.34% from 255 or 40.37% from 488); Blue value is 91 (35.94% from 255 or 18.65% from 488); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C55B is #373AA4. Grayscale: #BABABA. Windows color (decimal): -3619493 or 6014408. OLE color: 6014408.

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

Color convert

RGB 200 197 91 -
CMYK 0 0.02 0.54 0.22
HSL 58.35º 0.5% 0.57% -
HSV(B) 58.35º 0.55% 0.78% -
XYZ 45.67 52.97 17.71 -
YUV 185.81 74.49 138.12 -
System Red Green Blue C M Y K H S L
Decimal 200 197 91 0 0.02 0.54 0.22 58.35 0.5 0.57
Hex C8 C5 5B 0 2 36 16 3A 32 39
Octal 310 305 133 0 2 66 26 72 62 71
Binary 11001000 11000101 1011011 0 10 110110 10110 111010 110010 111001

Color Harmonies of #C8C55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C55B

Black with #C8C55B

Text Example


Text Example

White with #C8C55B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C55B; }

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

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

background-color css

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

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

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

border-color css

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

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

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