Html Css Color HEX #C8942B Nugget

📋 copy color: '#C8942B'

red 200 ◦ green 148 ◦ blue 43

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

Shades of Nugget #C8942B

Tints of Nugget #C8942B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.85%

 BLUE value IS 43 (17.19% from 255) = 11%

R = 51.15%
G = 37.85%
B = 11%

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

#C8942B (or 0xC8942B) is known color: Nugget. HEX triplet: C8, 94 and 2B. RGB value is (200,148,43). Sum of RGB (Red+Green+Blue) = 200+148+43=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 43 (17.19% from 255 or 11.00% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C8942B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8942B is #376BD4. Grayscale: #989898. Windows color (decimal): -3632085 or 2856136. OLE color: 2856136.

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

Color convert

RGB 200 148 43 -
CMYK 0 0.26 0.78 0.22
HSL 40.13º 0.65% 0.48% -
HSV(B) 40.13º 0.79% 0.78% -
XYZ 34.85 33.63 6.94 -
YUV 151.58 66.73 162.54 -
System Red Green Blue C M Y K H S L
Decimal 200 148 43 0 0.26 0.78 0.22 40.13 0.65 0.48
Hex C8 94 2B 0 1A 4E 16 28 41 30
Octal 310 224 53 0 32 116 26 50 101 60
Binary 11001000 10010100 101011 0 11010 1001110 10110 101000 1000001 110000

Color Harmonies of #C8942B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8942B

Black with #C8942B

Text Example


Text Example

White with #C8942B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8942B; }

 p { color: rgb(200,148,43); }

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

background-color css

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

 a { background-color: rgb(200,148,43); }

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

border-color css

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

 span { border-color: rgb(200,148,43); }

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