Html Css Color HEX #C19C2C Nugget

📋 copy color: '#C19C2C'

red 193 ◦ green 156 ◦ blue 44

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

Shades of Nugget #C19C2C

Tints of Nugget #C19C2C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.69%

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

R = 49.11%
G = 39.69%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C19C2C (or 0xC19C2C) is known color: Nugget. HEX triplet: C1, 9C and 2C. RGB value is (193,156,44). Sum of RGB (Red+Green+Blue) = 193+156+44=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 44 (17.58% from 255 or 11.20% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C19C2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19C2C is #3E63D3. Grayscale: #9A9A9A. Windows color (decimal): -4088788 or 2923713. OLE color: 2923713.

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

Color convert

RGB 193 156 44 -
CMYK 0 0.19 0.77 0.24
HSL 45.1º 0.63% 0.46% -
HSV(B) 45.1º 0.77% 0.76% -
XYZ 34.34 35.3 7.39 -
YUV 154.3 65.76 155.61 -
System Red Green Blue C M Y K H S L
Decimal 193 156 44 0 0.19 0.77 0.24 45.1 0.63 0.46
Hex C1 9C 2C 0 13 4D 18 2D 3F 2E
Octal 301 234 54 0 23 115 30 55 77 56
Binary 11000001 10011100 101100 0 10011 1001101 11000 101101 111111 101110

Color Harmonies of #C19C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19C2C

Black with #C19C2C

Text Example


Text Example

White with #C19C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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