Html Css Color HEX #C0952F Nugget

📋 copy color: '#C0952F'

red 192 ◦ green 149 ◦ blue 47

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

Shades of Nugget #C0952F

Tints of Nugget #C0952F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.11%

R = 49.48%
G = 38.4%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C0952F (or 0xC0952F) is known color: Nugget. HEX triplet: C0, 95 and 2F. RGB value is (192,149,47). Sum of RGB (Red+Green+Blue) = 192+149+47=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 47 (18.75% from 255 or 12.11% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C0952F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0952F is #3F6AD0. Grayscale: #969696. Windows color (decimal): -4156113 or 3118528. OLE color: 3118528.

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

Color convert

RGB 192 149 47 -
CMYK 0 0.22 0.76 0.25
HSL 42.21º 0.61% 0.47% -
HSV(B) 42.21º 0.76% 0.75% -
XYZ 33 32.91 7.3 -
YUV 150.23 69.75 157.79 -
System Red Green Blue C M Y K H S L
Decimal 192 149 47 0 0.22 0.76 0.25 42.21 0.61 0.47
Hex C0 95 2F 0 16 4C 19 2A 3D 2F
Octal 300 225 57 0 26 114 31 52 75 57
Binary 11000000 10010101 101111 0 10110 1001100 11001 101010 111101 101111

Color Harmonies of #C0952F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0952F

Black with #C0952F

Text Example


Text Example

White with #C0952F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0952F; }

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

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

background-color css

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

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

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

border-color css

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

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

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