Html Css Color HEX #C8962E Nugget

📋 copy color: '#C8962E'

red 200 ◦ green 150 ◦ blue 46

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

Shades of Nugget #C8962E

Tints of Nugget #C8962E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.88%

 BLUE value IS 46 (18.36% from 255) = 11.62%

R = 50.51%
G = 37.88%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C8962E (or 0xC8962E) is known color: Nugget. HEX triplet: C8, 96 and 2E. RGB value is (200,150,46). Sum of RGB (Red+Green+Blue) = 200+150+46=396 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.51% from 396); Green value is 150 (58.98% from 255 or 37.88% from 396); Blue value is 46 (18.36% from 255 or 11.62% from 396); Max value from RGB is 200 - color contains mainly: red. Hex color #C8962E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8962E is #3769D1. Grayscale: #999999. Windows color (decimal): -3631570 or 3053256. OLE color: 3053256.

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

Color convert

RGB 200 150 46 -
CMYK 0 0.25 0.77 0.22
HSL 40.52º 0.63% 0.48% -
HSV(B) 40.52º 0.77% 0.78% -
XYZ 35.22 34.29 7.35 -
YUV 153.09 67.57 161.46 -
System Red Green Blue C M Y K H S L
Decimal 200 150 46 0 0.25 0.77 0.22 40.52 0.63 0.48
Hex C8 96 2E 0 19 4D 16 29 3F 30
Octal 310 226 56 0 31 115 26 51 77 60
Binary 11001000 10010110 101110 0 11001 1001101 10110 101001 111111 110000

Color Harmonies of #C8962E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8962E

Black with #C8962E

Text Example


Text Example

White with #C8962E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8962E; }

 p { color: rgb(200,150,46); }

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

background-color css

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

 a { background-color: rgb(200,150,46); }

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

border-color css

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

 span { border-color: rgb(200,150,46); }

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