Html Css Color HEX #C1952C Nugget

📋 copy color: '#C1952C'

red 193 ◦ green 149 ◦ blue 44

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

Shades of Nugget #C1952C

Tints of Nugget #C1952C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.6%

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

R = 50%
G = 38.6%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C1952C (or 0xC1952C) is known color: Nugget. HEX triplet: C1, 95 and 2C. RGB value is (193,149,44). Sum of RGB (Red+Green+Blue) = 193+149+44=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 44 (17.58% from 255 or 11.40% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C1952C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1952C is #3E6AD3. Grayscale: #969696. Windows color (decimal): -4090580 or 2921921. OLE color: 2921921.

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

Color convert

RGB 193 149 44 -
CMYK 0 0.23 0.77 0.24
HSL 42.28º 0.63% 0.46% -
HSV(B) 42.28º 0.77% 0.76% -
XYZ 33.19 33.01 7.01 -
YUV 150.19 68.08 158.54 -
System Red Green Blue C M Y K H S L
Decimal 193 149 44 0 0.23 0.77 0.24 42.28 0.63 0.46
Hex C1 95 2C 0 17 4D 18 2A 3F 2E
Octal 301 225 54 0 27 115 30 52 77 56
Binary 11000001 10010101 101100 0 10111 1001101 11000 101010 111111 101110

Color Harmonies of #C1952C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1952C

Black with #C1952C

Text Example


Text Example

White with #C1952C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1952C; }

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

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

background-color css

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

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

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

border-color css

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

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

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