Html Css Color HEX #C3CC65 Wild Willow

📋 copy color: '#C3CC65'

red 195 ◦ green 204 ◦ blue 101

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

Shades of Wild Willow #C3CC65

Tints of Wild Willow #C3CC65

RGB

 RED value IS 195 (76.56% from 255) = 39%

 GREEN value IS 204 (80.08% from 255) = 40.8%

 BLUE value IS 101 (39.84% from 255) = 20.2%

R = 39%
G = 40.8%
B = 20.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#C3CC65 (or 0xC3CC65) is known color: Wild Willow. HEX triplet: C3, CC and 65. RGB value is (195,204,101). Sum of RGB (Red+Green+Blue) = 195+204+101=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 101 (39.84% from 255 or 20.2% from 500); Max value from RGB is 204 - color contains mainly: green. Hex color #C3CC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3CC65 is #3C339A. Grayscale: #BDBDBD. Windows color (decimal): -3945371 or 6671555. OLE color: 6671555.

HSL color Cylindrical-coordinate representation of color #C3CC65: hue angle of 65.24º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C3CC65 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.2.

Color convert

RGB 195 204 101 -
CMYK 0.04 0 0.50 0.2
HSL 65.24º 0.5% 0.6% -
HSV(B) 65.24º 0.5% 0.8% -
XYZ 46.45 55.73 20.62 -
YUV 189.57 78.02 131.88 -
System Red Green Blue C M Y K H S L
Decimal 195 204 101 0.04 0 0.50 0.2 65.24 0.5 0.6
Hex C3 CC 65 4 0 32 14 41 32 3C
Octal 303 314 145 4 0 62 24 101 62 74
Binary 11000011 11001100 1100101 100 0 110010 10100 1000001 110010 111100

Color Harmonies of #C3CC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CC65

Black with #C3CC65

Text Example


Text Example

White with #C3CC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CC65; }

 p { color: rgb(195,204,101); }

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

background-color css

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

 a { background-color: rgb(195,204,101); }

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

border-color css

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

 span { border-color: rgb(195,204,101); }

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