Html Css Color HEX #C3C75A Wild Willow

📋 copy color: '#C3C75A'

red 195 ◦ green 199 ◦ blue 90

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

Shades of Wild Willow #C3C75A

Tints of Wild Willow #C3C75A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.12%

 BLUE value IS 90 (35.55% from 255) = 18.6%

R = 40.29%
G = 41.12%
B = 18.6%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C3C75A (or 0xC3C75A) is known color: Wild Willow. HEX triplet: C3, C7 and 5A. RGB value is (195,199,90). Sum of RGB (Red+Green+Blue) = 195+199+90=484 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.29% from 484); Green value is 199 (78.12% from 255 or 41.12% from 484); Blue value is 90 (35.55% from 255 or 18.60% from 484); Max value from RGB is 199 - color contains mainly: green. Hex color #C3C75A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C75A is #3C38A5. Grayscale: #B9B9B9. Windows color (decimal): -3946662 or 5949379. OLE color: 5949379.

HSL color Cylindrical-coordinate representation of color #C3C75A: hue angle of 62.2º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C3C75A is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB 195 199 90 -
CMYK 0.02 0 0.55 0.22
HSL 62.2º 0.49% 0.57% -
HSV(B) 62.2º 0.55% 0.78% -
XYZ 44.77 53.19 17.58 -
YUV 185.38 74.17 134.86 -
System Red Green Blue C M Y K H S L
Decimal 195 199 90 0.02 0 0.55 0.22 62.2 0.49 0.57
Hex C3 C7 5A 2 0 37 16 3E 31 39
Octal 303 307 132 2 0 67 26 76 61 71
Binary 11000011 11000111 1011010 10 0 110111 10110 111110 110001 111001

Color Harmonies of #C3C75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C75A

Black with #C3C75A

Text Example


Text Example

White with #C3C75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C75A; }

 p { color: rgb(195,199,90); }

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

background-color css

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

 a { background-color: rgb(195,199,90); }

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

border-color css

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

 span { border-color: rgb(195,199,90); }

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