Html Css Color HEX #C8C650 Wild Willow

📋 copy color: '#C8C650'

red 200 ◦ green 198 ◦ blue 80

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

Shades of Wild Willow #C8C650

Tints of Wild Willow #C8C650

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.42%

 BLUE value IS 80 (31.64% from 255) = 16.74%

R = 41.84%
G = 41.42%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.6

 K value IS 0.22

RGB Variations

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

Color information

#C8C650 (or 0xC8C650) is known color: Wild Willow. HEX triplet: C8, C6 and 50. RGB value is (200,198,80). Sum of RGB (Red+Green+Blue) = 200+198+80=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 198 (77.73% from 255 or 41.42% from 478); Blue value is 80 (31.64% from 255 or 16.74% from 478); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C650 is #3739AF. Grayscale: #B9B9B9. Windows color (decimal): -3619248 or 5293768. OLE color: 5293768.

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

Color convert

RGB 200 198 80 -
CMYK 0 0.01 0.6 0.22
HSL 59º 0.52% 0.55% -
HSV(B) 59º 0.6% 0.78% -
XYZ 45.46 53.25 15.47 -
YUV 185.15 68.66 138.59 -
System Red Green Blue C M Y K H S L
Decimal 200 198 80 0 0.01 0.6 0.22 59 0.52 0.55
Hex C8 C6 50 0 1 3C 16 3B 34 37
Octal 310 306 120 0 1 74 26 73 64 67
Binary 11001000 11000110 1010000 0 1 111100 10110 111011 110100 110111

Color Harmonies of #C8C650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C650

Black with #C8C650

Text Example


Text Example

White with #C8C650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C650; }

 p { color: rgb(200,198,80); }

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

background-color css

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

 a { background-color: rgb(200,198,80); }

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

border-color css

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

 span { border-color: rgb(200,198,80); }

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