Html Css Color HEX #C1950B Dark Goldenrod

📋 copy color: '#C1950B'

red 193 ◦ green 149 ◦ blue 11

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

Shades of Dark Goldenrod #C1950B

Tints of Dark Goldenrod #C1950B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.21%

 BLUE value IS 11 (4.69% from 255) = 3.12%

R = 54.67%
G = 42.21%
B = 3.12%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C1950B (or 0xC1950B) is known color: Dark Goldenrod. HEX triplet: C1, 95 and 0B. RGB value is (193,149,11). Sum of RGB (Red+Green+Blue) = 193+149+11=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 149 (58.59% from 255 or 42.21% from 353); Blue value is 11 (4.69% from 255 or 3.12% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C1950B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1950B is #3E6AF4. Grayscale: #939393. Windows color (decimal): -4090613 or 759233. OLE color: 759233.

HSL color Cylindrical-coordinate representation of color #C1950B: hue angle of 45.49º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C1950B is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 149 11 -
CMYK 0 0.23 0.94 0.24
HSL 45.49º 0.89% 0.4% -
HSV(B) 45.49º 0.94% 0.76% -
XYZ 32.8 32.86 4.93 -
YUV 146.42 51.58 161.22 -
System Red Green Blue C M Y K H S L
Decimal 193 149 11 0 0.23 0.94 0.24 45.49 0.89 0.4
Hex C1 95 B 0 17 5E 18 2D 59 28
Octal 301 225 13 0 27 136 30 55 131 50
Binary 11000001 10010101 1011 0 10111 1011110 11000 101101 1011001 101000

Color Harmonies of #C1950B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1950B

Black with #C1950B

Text Example


Text Example

White with #C1950B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1950B; }

 p { color: rgb(193,149,11); }

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

background-color css

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

 a { background-color: rgb(193,149,11); }

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

border-color css

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

 span { border-color: rgb(193,149,11); }

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