Html Css Color HEX #C1880C Dark Goldenrod

📋 copy color: '#C1880C'

red 193 ◦ green 136 ◦ blue 12

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

Shades of Dark Goldenrod #C1880C

Tints of Dark Goldenrod #C1880C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.88%

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

R = 56.6%
G = 39.88%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C1880C (or 0xC1880C) is known color: Dark Goldenrod. HEX triplet: C1, 88 and 0C. RGB value is (193,136,12). Sum of RGB (Red+Green+Blue) = 193+136+12=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 136 (53.52% from 255 or 39.88% from 341); Blue value is 12 (5.08% from 255 or 3.52% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C1880C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1880C is #3E77F3. Grayscale: #8B8B8B. Windows color (decimal): -4093940 or 821441. OLE color: 821441.

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

Color convert

RGB 193 136 12 -
CMYK 0 0.30 0.94 0.24
HSL 41.1º 0.88% 0.4% -
HSV(B) 41.1º 0.94% 0.76% -
XYZ 30.86 28.97 4.31 -
YUV 138.91 56.38 166.58 -
System Red Green Blue C M Y K H S L
Decimal 193 136 12 0 0.30 0.94 0.24 41.1 0.88 0.4
Hex C1 88 C 0 1E 5E 18 29 58 28
Octal 301 210 14 0 36 136 30 51 130 50
Binary 11000001 10001000 1100 0 11110 1011110 11000 101001 1011000 101000

Color Harmonies of #C1880C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1880C

Black with #C1880C

Text Example


Text Example

White with #C1880C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1880C; }

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

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

background-color css

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

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

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

border-color css

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

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

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