Html Css Color HEX #C8C66A Wild Willow

📋 copy color: '#C8C66A'

red 200 ◦ green 198 ◦ blue 106

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

Shades of Wild Willow #C8C66A

Tints of Wild Willow #C8C66A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.03%

R = 39.68%
G = 39.29%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C8C66A (or 0xC8C66A) is known color: Wild Willow. HEX triplet: C8, C6 and 6A. RGB value is (200,198,106). Sum of RGB (Red+Green+Blue) = 200+198+106=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 198 (77.73% from 255 or 39.29% from 504); Blue value is 106 (41.80% from 255 or 21.03% from 504); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C66A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C66A is #373995. Grayscale: #BCBCBC. Windows color (decimal): -3619222 or 6997704. OLE color: 6997704.

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

Color convert

RGB 200 198 106 -
CMYK 0 0.01 0.47 0.22
HSL 58.72º 0.46% 0.6% -
HSV(B) 58.72º 0.47% 0.78% -
XYZ 46.62 53.71 21.55 -
YUV 188.11 81.66 136.48 -
System Red Green Blue C M Y K H S L
Decimal 200 198 106 0 0.01 0.47 0.22 58.72 0.46 0.6
Hex C8 C6 6A 0 1 2F 16 3B 2E 3C
Octal 310 306 152 0 1 57 26 73 56 74
Binary 11001000 11000110 1101010 0 1 101111 10110 111011 101110 111100

Color Harmonies of #C8C66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C66A

Black with #C8C66A

Text Example


Text Example

White with #C8C66A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C66A; }

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

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

background-color css

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

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

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

border-color css

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

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

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