Html Css Color HEX #C1900C Dark Goldenrod

📋 copy color: '#C1900C'

red 193 ◦ green 144 ◦ blue 12

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

Shades of Dark Goldenrod #C1900C

Tints of Dark Goldenrod #C1900C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.26%

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

R = 55.3%
G = 41.26%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C1900C (or 0xC1900C) is known color: Dark Goldenrod. HEX triplet: C1, 90 and 0C. RGB value is (193,144,12). Sum of RGB (Red+Green+Blue) = 193+144+12=349 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.30% from 349); Green value is 144 (56.64% from 255 or 41.26% from 349); Blue value is 12 (5.08% from 255 or 3.44% from 349); Max value from RGB is 193 - color contains mainly: red. Hex color #C1900C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1900C is #3E6FF3. Grayscale: #909090. Windows color (decimal): -4091892 or 823489. OLE color: 823489.

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

Color convert

RGB 193 144 12 -
CMYK 0 0.25 0.94 0.24
HSL 43.76º 0.88% 0.4% -
HSV(B) 43.76º 0.94% 0.76% -
XYZ 32.03 31.31 4.7 -
YUV 143.6 53.73 163.23 -
System Red Green Blue C M Y K H S L
Decimal 193 144 12 0 0.25 0.94 0.24 43.76 0.88 0.4
Hex C1 90 C 0 19 5E 18 2C 58 28
Octal 301 220 14 0 31 136 30 54 130 50
Binary 11000001 10010000 1100 0 11001 1011110 11000 101100 1011000 101000

Color Harmonies of #C1900C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1900C

Black with #C1900C

Text Example


Text Example

White with #C1900C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1900C; }

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

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

background-color css

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

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

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

border-color css

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

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

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