Html Css Color HEX #C18E2C Nugget

📋 copy color: '#C18E2C'

red 193 ◦ green 142 ◦ blue 44

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

Shades of Nugget #C18E2C

Tints of Nugget #C18E2C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.47%

 BLUE value IS 44 (17.58% from 255) = 11.61%

R = 50.92%
G = 37.47%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C18E2C (or 0xC18E2C) is known color: Nugget. HEX triplet: C1, 8E and 2C. RGB value is (193,142,44). Sum of RGB (Red+Green+Blue) = 193+142+44=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 44 (17.58% from 255 or 11.61% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C18E2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18E2C is #3E71D3. Grayscale: #929292. Windows color (decimal): -4092372 or 2920129. OLE color: 2920129.

HSL color Cylindrical-coordinate representation of color #C18E2C: hue angle of 39.46º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C18E2C is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 142 44 -
CMYK 0 0.26 0.77 0.24
HSL 39.46º 0.63% 0.46% -
HSV(B) 39.46º 0.77% 0.76% -
XYZ 32.12 30.87 6.65 -
YUV 146.08 70.4 161.47 -
System Red Green Blue C M Y K H S L
Decimal 193 142 44 0 0.26 0.77 0.24 39.46 0.63 0.46
Hex C1 8E 2C 0 1A 4D 18 27 3F 2E
Octal 301 216 54 0 32 115 30 47 77 56
Binary 11000001 10001110 101100 0 11010 1001101 11000 100111 111111 101110

Color Harmonies of #C18E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18E2C

Black with #C18E2C

Text Example


Text Example

White with #C18E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18E2C; }

 p { color: rgb(193,142,44); }

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

background-color css

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

 a { background-color: rgb(193,142,44); }

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

border-color css

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

 span { border-color: rgb(193,142,44); }

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