Html Css Color HEX #C18D20 Nugget

📋 copy color: '#C18D20'

red 193 ◦ green 141 ◦ blue 32

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

Shades of Nugget #C18D20

Tints of Nugget #C18D20

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.52%

 BLUE value IS 32 (12.89% from 255) = 8.74%

R = 52.73%
G = 38.52%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C18D20 (or 0xC18D20) is known color: Nugget. HEX triplet: C1, 8D and 20. RGB value is (193,141,32). Sum of RGB (Red+Green+Blue) = 193+141+32=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 32 (12.89% from 255 or 8.74% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C18D20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18D20 is #3E72DF. Grayscale: #909090. Windows color (decimal): -4092640 or 2133441. OLE color: 2133441.

HSL color Cylindrical-coordinate representation of color #C18D20: hue angle of 40.62º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C18D20 is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 141 32 -
CMYK 0 0.27 0.83 0.24
HSL 40.62º 0.72% 0.44% -
HSV(B) 40.62º 0.83% 0.76% -
XYZ 31.78 30.49 5.58 -
YUV 144.12 64.73 162.86 -
System Red Green Blue C M Y K H S L
Decimal 193 141 32 0 0.27 0.83 0.24 40.62 0.72 0.44
Hex C1 8D 20 0 1B 53 18 29 48 2C
Octal 301 215 40 0 33 123 30 51 110 54
Binary 11000001 10001101 100000 0 11011 1010011 11000 101001 1001000 101100

Color Harmonies of #C18D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18D20

Black with #C18D20

Text Example


Text Example

White with #C18D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18D20; }

 p { color: rgb(193,141,32); }

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

background-color css

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

 a { background-color: rgb(193,141,32); }

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

border-color css

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

 span { border-color: rgb(193,141,32); }

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