Html Css Color HEX #C1BF5D Wild Willow

📋 copy color: '#C1BF5D'

red 193 ◦ green 191 ◦ blue 93

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

Shades of Wild Willow #C1BF5D

Tints of Wild Willow #C1BF5D

RGB

 RED value IS 193 (75.78% from 255) = 40.46%

 GREEN value IS 191 (75% from 255) = 40.04%

 BLUE value IS 93 (36.72% from 255) = 19.5%

R = 40.46%
G = 40.04%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C1BF5D (or 0xC1BF5D) is known color: Wild Willow. HEX triplet: C1, BF and 5D. RGB value is (193,191,93). Sum of RGB (Red+Green+Blue) = 193+191+93=477 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.46% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 93 (36.72% from 255 or 19.50% from 477); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BF5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BF5D is #3E40A2. Grayscale: #B4B4B4. Windows color (decimal): -4079779 or 6143937. OLE color: 6143937.

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

Color convert

RGB 193 191 93 -
CMYK 0 0.01 0.52 0.24
HSL 58.8º 0.45% 0.56% -
HSV(B) 58.8º 0.52% 0.76% -
XYZ 42.6 49.39 17.64 -
YUV 180.43 78.66 136.97 -
System Red Green Blue C M Y K H S L
Decimal 193 191 93 0 0.01 0.52 0.24 58.8 0.45 0.56
Hex C1 BF 5D 0 1 34 18 3B 2D 38
Octal 301 277 135 0 1 64 30 73 55 70
Binary 11000001 10111111 1011101 0 1 110100 11000 111011 101101 111000

Color Harmonies of #C1BF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BF5D

Black with #C1BF5D

Text Example


Text Example

White with #C1BF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BF5D; }

 p { color: rgb(193,191,93); }

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

background-color css

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

 a { background-color: rgb(193,191,93); }

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

border-color css

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

 span { border-color: rgb(193,191,93); }

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