#C8C769

Color #C8C769 Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #C8C769

Tints of Wild Willow #C8C769

Color information

#C8C769 (or 0xC8C769) is unknown color: approx Wild Willow. HEX triplet: C8, C7 and 69. RGB value is (200,199,105). Sum of RGB (Red+Green+Blue) = 200+199+105=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 199 (78.12% from 255 or 39.48% from 504); Blue value is 105 (41.41% from 255 or 20.83% from 504); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C769 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C769 is #373896. Grayscale: #BCBCBC. Windows color (decimal): -3618967 or 6932424. OLE color: 6932424.

HSL color Cylindrical-coordinate representation of color #C8C769: hue angle of 59.37º 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 #C8C769 is Cyan = 0, Magento = 0.00, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB200199105-
CMYK00.000.480.22
HSL59.37º46.34%59.8%-
HSV(B)59.37º47.5%78.43%-
XYZ46.7954.1521.35-
YUV188.5880.83136.14-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.68%
GREEN value IS 199 (78.12% from 255) = 39.48%
BLUE value IS 105 (41.41% from 255) = 20.83%
R=39.68%
G=39.48%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019910500.000.480.2259.3746.3459.8
HexC8C7690030163b2e3c
Octal310307151006026735674
Binary110010001100011111010010011000010110111011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C769; }

 p { color: rgb(200,199,105); }

 H1.HeaderClassName
 {
   color: #C8C769;
 }
 .AnyTagClassName
 {
   color: #C8C769;
 }
</style>
background-color css

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

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

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

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

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

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