#C3CD68

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

Shades of Wild Willow #C3CD68

Tints of Wild Willow #C3CD68

Color information

#C3CD68 (or 0xC3CD68) is unknown color: approx Wild Willow. HEX triplet: C3, CD and 68. RGB value is (195,205,104). Sum of RGB (Red+Green+Blue) = 195+205+104=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 104 (41.02% from 255 or 20.63% from 504); Max value from RGB is 205 - color contains mainly: green. Hex color #C3CD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3CD68 is #3C3297. Grayscale: #BEBEBE. Windows color (decimal): -3945112 or 6868419. OLE color: 6868419.

HSL color Cylindrical-coordinate representation of color #C3CD68: hue angle of 65.94º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C3CD68 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB195205104-
CMYK0.0500.490.20
HSL65.94º50.25%60.59%-
HSV(B)65.94º49.27%80.39%-
XYZ46.8456.2621.49-
YUV190.579.19131.21-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.69%
GREEN value IS 205 (80.47% from 255) = 40.67%
BLUE value IS 104 (41.02% from 255) = 20.63%
R=38.69%
G=40.67%
B=20.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1952051040.0500.490.2065.9450.2560.59
HexC3CD6850311442323d
Octal3033151505061241026275
Binary110000111100110111010001010110001101001000010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CD68; }

 p { color: rgb(195,205,104); }

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

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

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

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

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

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

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