Html Css Color HEX #C8952C Nugget

📋 copy color: '#C8952C'

red 200 ◦ green 149 ◦ blue 44

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

Shades of Nugget #C8952C

Tints of Nugget #C8952C

RGB

 RED value IS 200 (78.52% from 255) = 50.89%

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

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

R = 50.89%
G = 37.91%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C8952C (or 0xC8952C) is known color: Nugget. HEX triplet: C8, 95 and 2C. RGB value is (200,149,44). Sum of RGB (Red+Green+Blue) = 200+149+44=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 44 (17.58% from 255 or 11.20% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C8952C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8952C is #376AD3. Grayscale: #989898. Windows color (decimal): -3631828 or 2921928. OLE color: 2921928.

HSL color Cylindrical-coordinate representation of color #C8952C: hue angle of 40.38º 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 #C8952C is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 149 44 -
CMYK 0 0.26 0.78 0.22
HSL 40.38º 0.64% 0.48% -
HSV(B) 40.38º 0.78% 0.78% -
XYZ 35.02 33.96 7.09 -
YUV 152.28 66.9 162.04 -
System Red Green Blue C M Y K H S L
Decimal 200 149 44 0 0.26 0.78 0.22 40.38 0.64 0.48
Hex C8 95 2C 0 1A 4E 16 28 40 30
Octal 310 225 54 0 32 116 26 50 100 60
Binary 11001000 10010101 101100 0 11010 1001110 10110 101000 1000000 110000

Color Harmonies of #C8952C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8952C

Black with #C8952C

Text Example


Text Example

White with #C8952C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8952C; }

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

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

background-color css

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

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

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

border-color css

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

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

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