Html Css Color HEX #C1962D Nugget

📋 copy color: '#C1962D'

red 193 ◦ green 150 ◦ blue 45

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

Shades of Nugget #C1962D

Tints of Nugget #C1962D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.66%

 BLUE value IS 45 (17.97% from 255) = 11.6%

R = 49.74%
G = 38.66%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C1962D (or 0xC1962D) is known color: Nugget. HEX triplet: C1, 96 and 2D. RGB value is (193,150,45). Sum of RGB (Red+Green+Blue) = 193+150+45=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 45 (17.97% from 255 or 11.60% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C1962D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1962D is #3E69D2. Grayscale: #979797. Windows color (decimal): -4090323 or 2987713. OLE color: 2987713.

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

Color convert

RGB 193 150 45 -
CMYK 0 0.22 0.77 0.24
HSL 42.57º 0.62% 0.47% -
HSV(B) 42.57º 0.77% 0.76% -
XYZ 33.37 33.34 7.16 -
YUV 150.89 68.25 158.04 -
System Red Green Blue C M Y K H S L
Decimal 193 150 45 0 0.22 0.77 0.24 42.57 0.62 0.47
Hex C1 96 2D 0 16 4D 18 2B 3E 2F
Octal 301 226 55 0 26 115 30 53 76 57
Binary 11000001 10010110 101101 0 10110 1001101 11000 101011 111110 101111

Color Harmonies of #C1962D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1962D

Black with #C1962D

Text Example


Text Example

White with #C1962D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1962D; }

 p { color: rgb(193,150,45); }

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

background-color css

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

 a { background-color: rgb(193,150,45); }

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

border-color css

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

 span { border-color: rgb(193,150,45); }

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