Html Css Color HEX #C3C058 Wild Willow

📋 copy color: '#C3C058'

red 195 ◦ green 192 ◦ blue 88

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

Shades of Wild Willow #C3C058

Tints of Wild Willow #C3C058

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.42%

 BLUE value IS 88 (34.77% from 255) = 18.53%

R = 41.05%
G = 40.42%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C3C058 (or 0xC3C058) is known color: Wild Willow. HEX triplet: C3, C0 and 58. RGB value is (195,192,88). Sum of RGB (Red+Green+Blue) = 195+192+88=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 88 (34.77% from 255 or 18.53% from 475); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C058 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C058 is #3C3FA7. Grayscale: #B5B5B5. Windows color (decimal): -3948456 or 5816515. OLE color: 5816515.

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

Color convert

RGB 195 192 88 -
CMYK 0 0.02 0.55 0.24
HSL 58.32º 0.47% 0.55% -
HSV(B) 58.32º 0.55% 0.76% -
XYZ 43.12 50.01 16.61 -
YUV 181.04 75.49 137.96 -
System Red Green Blue C M Y K H S L
Decimal 195 192 88 0 0.02 0.55 0.24 58.32 0.47 0.55
Hex C3 C0 58 0 2 37 18 3A 2F 37
Octal 303 300 130 0 2 67 30 72 57 67
Binary 11000011 11000000 1011000 0 10 110111 11000 111010 101111 110111

Color Harmonies of #C3C058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C058

Black with #C3C058

Text Example


Text Example

White with #C3C058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C058; }

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

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

background-color css

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

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

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

border-color css

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

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

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