Html Css Color HEX #C0952C Nugget

📋 copy color: '#C0952C'

red 192 ◦ green 149 ◦ blue 44

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

Shades of Nugget #C0952C

Tints of Nugget #C0952C

RGB

 RED value IS 192 (75.39% from 255) = 49.87%

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

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

R = 49.87%
G = 38.7%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#C0952C (or 0xC0952C) is known color: Nugget. HEX triplet: C0, 95 and 2C. RGB value is (192,149,44). Sum of RGB (Red+Green+Blue) = 192+149+44=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 44 (17.58% from 255 or 11.43% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C0952C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0952C is #3F6AD3. Grayscale: #969696. Windows color (decimal): -4156116 or 2921920. OLE color: 2921920.

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

Color convert

RGB 192 149 44 -
CMYK 0 0.22 0.77 0.25
HSL 42.57º 0.63% 0.46% -
HSV(B) 42.57º 0.77% 0.75% -
XYZ 32.94 32.88 6.99 -
YUV 149.89 68.25 158.04 -
System Red Green Blue C M Y K H S L
Decimal 192 149 44 0 0.22 0.77 0.25 42.57 0.63 0.46
Hex C0 95 2C 0 16 4D 19 2B 3F 2E
Octal 300 225 54 0 26 115 31 53 77 56
Binary 11000000 10010101 101100 0 10110 1001101 11001 101011 111111 101110

Color Harmonies of #C0952C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0952C

Black with #C0952C

Text Example


Text Example

White with #C0952C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0952C; }

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

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

background-color css

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

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

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

border-color css

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

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

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