Html Css Color HEX #C0952D Nugget

📋 copy color: '#C0952D'

red 192 ◦ green 149 ◦ blue 45

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

Shades of Nugget #C0952D

Tints of Nugget #C0952D

RGB

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

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

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

R = 49.74%
G = 38.6%
B = 11.66%

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

#C0952D (or 0xC0952D) is known color: Nugget. HEX triplet: C0, 95 and 2D. RGB value is (192,149,45). Sum of RGB (Red+Green+Blue) = 192+149+45=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 45 (17.97% from 255 or 11.66% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C0952D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0952D is #3F6AD2. Grayscale: #969696. Windows color (decimal): -4156115 or 2987456. OLE color: 2987456.

HSL color Cylindrical-coordinate representation of color #C0952D: hue angle of 42.45º degrees, saturation: 0.62, 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 #C0952D is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 149 45 -
CMYK 0 0.22 0.77 0.25
HSL 42.45º 0.62% 0.46% -
HSV(B) 42.45º 0.77% 0.75% -
XYZ 32.96 32.89 7.09 -
YUV 150 68.75 157.96 -
System Red Green Blue C M Y K H S L
Decimal 192 149 45 0 0.22 0.77 0.25 42.45 0.62 0.46
Hex C0 95 2D 0 16 4D 19 2A 3E 2E
Octal 300 225 55 0 26 115 31 52 76 56
Binary 11000000 10010101 101101 0 10110 1001101 11001 101010 111110 101110

Color Harmonies of #C0952D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0952D

Black with #C0952D

Text Example


Text Example

White with #C0952D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0952D; }

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

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

background-color css

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

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

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

border-color css

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

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

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