Html Css Color HEX #C0952A Nugget

📋 copy color: '#C0952A'

red 192 ◦ green 149 ◦ blue 42

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

Shades of Nugget #C0952A

Tints of Nugget #C0952A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.97%

R = 50.13%
G = 38.9%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C0952A (or 0xC0952A) is known color: Nugget. HEX triplet: C0, 95 and 2A. RGB value is (192,149,42). Sum of RGB (Red+Green+Blue) = 192+149+42=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 42 (16.80% from 255 or 10.97% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C0952A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0952A is #3F6AD5. Grayscale: #969696. Windows color (decimal): -4156118 or 2790848. OLE color: 2790848.

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

Color convert

RGB 192 149 42 -
CMYK 0 0.22 0.78 0.25
HSL 42.8º 0.64% 0.46% -
HSV(B) 42.8º 0.78% 0.75% -
XYZ 32.9 32.87 6.8 -
YUV 149.66 67.25 158.2 -
System Red Green Blue C M Y K H S L
Decimal 192 149 42 0 0.22 0.78 0.25 42.8 0.64 0.46
Hex C0 95 2A 0 16 4E 19 2B 40 2E
Octal 300 225 52 0 26 116 31 53 100 56
Binary 11000000 10010101 101010 0 10110 1001110 11001 101011 1000000 101110

Color Harmonies of #C0952A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0952A

Black with #C0952A

Text Example


Text Example

White with #C0952A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0952A; }

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

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

background-color css

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

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

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

border-color css

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

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

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