Html Css Color HEX #C8C868 Wild Willow

📋 copy color: '#C8C868'

red 200 ◦ green 200 ◦ blue 104

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

Shades of Wild Willow #C8C868

Tints of Wild Willow #C8C868

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.68%

 BLUE value IS 104 (41.02% from 255) = 20.63%

R = 39.68%
G = 39.68%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C8C868 (or 0xC8C868) is known color: Wild Willow. HEX triplet: C8, C8 and 68. RGB value is (200,200,104). Sum of RGB (Red+Green+Blue) = 200+200+104=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 200 (78.52% from 255 or 39.68% from 504); Blue value is 104 (41.02% from 255 or 20.63% from 504); Max value from RGB is 200 - color contains mainly: red, green. Hex color #C8C868 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C868 is #373797. Grayscale: #BDBDBD. Windows color (decimal): -3618712 or 6867144. OLE color: 6867144.

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

Color convert

RGB 200 200 104 -
CMYK 0 0 0.48 0.22
HSL 60º 0.47% 0.6% -
HSV(B) 60º 0.48% 0.78% -
XYZ 46.97 54.59 21.16 -
YUV 189.06 80 135.81 -
System Red Green Blue C M Y K H S L
Decimal 200 200 104 0 0 0.48 0.22 60 0.47 0.6
Hex C8 C8 68 0 0 30 16 3C 2F 3C
Octal 310 310 150 0 0 60 26 74 57 74
Binary 11001000 11001000 1101000 0 0 110000 10110 111100 101111 111100

Color Harmonies of #C8C868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C868

Black with #C8C868

Text Example


Text Example

White with #C8C868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C868; }

 p { color: rgb(200,200,104); }

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

background-color css

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

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

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

border-color css

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

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

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