Html Css Color HEX #C1860C Dark Goldenrod

📋 copy color: '#C1860C'

red 193 ◦ green 134 ◦ blue 12

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

Shades of Dark Goldenrod #C1860C

Tints of Dark Goldenrod #C1860C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.53%

 BLUE value IS 12 (5.08% from 255) = 3.54%

R = 56.93%
G = 39.53%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C1860C (or 0xC1860C) is known color: Dark Goldenrod. HEX triplet: C1, 86 and 0C. RGB value is (193,134,12). Sum of RGB (Red+Green+Blue) = 193+134+12=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 12 (5.08% from 255 or 3.54% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C1860C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1860C is #3E79F3. Grayscale: #8A8A8A. Windows color (decimal): -4094452 or 820929. OLE color: 820929.

HSL color Cylindrical-coordinate representation of color #C1860C: hue angle of 40.44º degrees, saturation: 0.88, 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 #C1860C is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 134 12 -
CMYK 0 0.31 0.94 0.24
HSL 40.44º 0.88% 0.4% -
HSV(B) 40.44º 0.94% 0.76% -
XYZ 30.58 28.41 4.22 -
YUV 137.73 57.05 167.42 -
System Red Green Blue C M Y K H S L
Decimal 193 134 12 0 0.31 0.94 0.24 40.44 0.88 0.4
Hex C1 86 C 0 1F 5E 18 28 58 28
Octal 301 206 14 0 37 136 30 50 130 50
Binary 11000001 10000110 1100 0 11111 1011110 11000 101000 1011000 101000

Color Harmonies of #C1860C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1860C

Black with #C1860C

Text Example


Text Example

White with #C1860C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1860C; }

 p { color: rgb(193,134,12); }

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

background-color css

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

 a { background-color: rgb(193,134,12); }

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

border-color css

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

 span { border-color: rgb(193,134,12); }

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