#C8CD52

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

Shades of Wild Willow #C8CD52

Tints of Wild Willow #C8CD52

Color information

#C8CD52 (or 0xC8CD52) is unknown color: approx Wild Willow. HEX triplet: C8, CD and 52. RGB value is (200,205,82). Sum of RGB (Red+Green+Blue) = 200+205+82=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 82 (32.42% from 255 or 16.84% from 487); Max value from RGB is 205 - color contains mainly: green. Hex color #C8CD52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8CD52 is #3732AD. Grayscale: #BDBDBD. Windows color (decimal): -3617454 or 5426632. OLE color: 5426632.

HSL color Cylindrical-coordinate representation of color #C8CD52: hue angle of 62.44º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C8CD52 is Cyan = 0.02, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.20.

Color convert

RGB20020582-
CMYK0.0200.60.20
HSL62.44º55.16%56.27%-
HSV(B)62.44º60%80.39%-
XYZ47.1756.5516.41-
YUV189.4867.34135.5-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.07%
GREEN value IS 205 (80.47% from 255) = 42.09%
BLUE value IS 82 (32.42% from 255) = 16.84%
R=41.07%
G=42.09%
B=16.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal200205820.0200.60.2062.4455.1656.27
HexC8CD52203C143e3738
Octal310315122207424766770
Binary1100100011001101101001010011110010100111110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CD52; }

 p { color: rgb(200,205,82); }

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

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

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

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

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

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

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