Html Css Color HEX #C0C355 Wild Willow

📋 copy color: '#C0C355'

red 192 ◦ green 195 ◦ blue 85

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

Shades of Wild Willow #C0C355

Tints of Wild Willow #C0C355

RGB

 RED value IS 192 (75.39% from 255) = 40.68%

 GREEN value IS 195 (76.56% from 255) = 41.31%

 BLUE value IS 85 (33.59% from 255) = 18.01%

R = 40.68%
G = 41.31%
B = 18.01%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C0C355 (or 0xC0C355) is known color: Wild Willow. HEX triplet: C0, C3 and 55. RGB value is (192,195,85). Sum of RGB (Red+Green+Blue) = 192+195+85=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 85 (33.59% from 255 or 18.01% from 472); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C355 is #3F3CAA. Grayscale: #B5B5B5. Windows color (decimal): -4144299 or 5620672. OLE color: 5620672.

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

Color convert

RGB 192 195 85 -
CMYK 0.02 0 0.56 0.24
HSL 61.64º 0.48% 0.55% -
HSV(B) 61.64º 0.56% 0.76% -
XYZ 42.89 50.89 16.16 -
YUV 181.56 73.51 135.44 -
System Red Green Blue C M Y K H S L
Decimal 192 195 85 0.02 0 0.56 0.24 61.64 0.48 0.55
Hex C0 C3 55 2 0 38 18 3E 30 37
Octal 300 303 125 2 0 70 30 76 60 67
Binary 11000000 11000011 1010101 10 0 111000 11000 111110 110000 110111

Color Harmonies of #C0C355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C355

Black with #C0C355

Text Example


Text Example

White with #C0C355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C355; }

 p { color: rgb(192,195,85); }

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

background-color css

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

 a { background-color: rgb(192,195,85); }

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

border-color css

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

 span { border-color: rgb(192,195,85); }

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