Html Css Color HEX #C7952C Nugget

📋 copy color: '#C7952C'

red 199 ◦ green 149 ◦ blue 44

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

Shades of Nugget #C7952C

Tints of Nugget #C7952C

RGB

 RED value IS 199 (78.13% from 255) = 50.77%

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

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

R = 50.77%
G = 38.01%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C7952C (or 0xC7952C) is known color: Nugget. HEX triplet: C7, 95 and 2C. RGB value is (199,149,44). Sum of RGB (Red+Green+Blue) = 199+149+44=392 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.77% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 44 (17.58% from 255 or 11.22% from 392); Max value from RGB is 199 - color contains mainly: red. Hex color #C7952C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7952C is #386AD3. Grayscale: #989898. Windows color (decimal): -3697364 or 2921927. OLE color: 2921927.

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

Color convert

RGB 199 149 44 -
CMYK 0 0.25 0.78 0.22
HSL 40.65º 0.64% 0.48% -
HSV(B) 40.65º 0.78% 0.78% -
XYZ 34.76 33.82 7.08 -
YUV 151.98 67.07 161.54 -
System Red Green Blue C M Y K H S L
Decimal 199 149 44 0 0.25 0.78 0.22 40.65 0.64 0.48
Hex C7 95 2C 0 19 4E 16 29 40 30
Octal 307 225 54 0 31 116 26 51 100 60
Binary 11000111 10010101 101100 0 11001 1001110 10110 101001 1000000 110000

Color Harmonies of #C7952C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7952C

Black with #C7952C

Text Example


Text Example

White with #C7952C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7952C; }

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

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

background-color css

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

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

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

border-color css

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

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

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