Html Css Color HEX #C3C05B Wild Willow

📋 copy color: '#C3C05B'

red 195 ◦ green 192 ◦ blue 91

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

Shades of Wild Willow #C3C05B

Tints of Wild Willow #C3C05B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.04%

R = 40.79%
G = 40.17%
B = 19.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C3C05B (or 0xC3C05B) is known color: Wild Willow. HEX triplet: C3, C0 and 5B. RGB value is (195,192,91). Sum of RGB (Red+Green+Blue) = 195+192+91=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 91 (35.94% from 255 or 19.04% from 478); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C05B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C05B is #3C3FA4. Grayscale: #B5B5B5. Windows color (decimal): -3948453 or 6013123. OLE color: 6013123.

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

Color convert

RGB 195 192 91 -
CMYK 0 0.02 0.53 0.24
HSL 58.27º 0.46% 0.56% -
HSV(B) 58.27º 0.53% 0.76% -
XYZ 43.24 50.06 17.28 -
YUV 181.38 76.99 137.71 -
System Red Green Blue C M Y K H S L
Decimal 195 192 91 0 0.02 0.53 0.24 58.27 0.46 0.56
Hex C3 C0 5B 0 2 35 18 3A 2E 38
Octal 303 300 133 0 2 65 30 72 56 70
Binary 11000011 11000000 1011011 0 10 110101 11000 111010 101110 111000

Color Harmonies of #C3C05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C05B

Black with #C3C05B

Text Example


Text Example

White with #C3C05B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C05B; }

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

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

background-color css

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

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

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

border-color css

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

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

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