Html Css Color HEX #C8932B Nugget

📋 copy color: '#C8932B'

red 200 ◦ green 147 ◦ blue 43

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

Shades of Nugget #C8932B

Tints of Nugget #C8932B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.69%

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

R = 51.28%
G = 37.69%
B = 11.03%

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

#C8932B (or 0xC8932B) is known color: Nugget. HEX triplet: C8, 93 and 2B. RGB value is (200,147,43). Sum of RGB (Red+Green+Blue) = 200+147+43=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 43 (17.19% from 255 or 11.03% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C8932B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8932B is #376CD4. Grayscale: #979797. Windows color (decimal): -3632341 or 2855880. OLE color: 2855880.

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

Color convert

RGB 200 147 43 -
CMYK 0 0.26 0.78 0.22
HSL 39.75º 0.65% 0.48% -
HSV(B) 39.75º 0.79% 0.78% -
XYZ 34.69 33.32 6.89 -
YUV 150.99 67.06 162.96 -
System Red Green Blue C M Y K H S L
Decimal 200 147 43 0 0.26 0.78 0.22 39.75 0.65 0.48
Hex C8 93 2B 0 1A 4E 16 28 41 30
Octal 310 223 53 0 32 116 26 50 101 60
Binary 11001000 10010011 101011 0 11010 1001110 10110 101000 1000001 110000

Color Harmonies of #C8932B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8932B

Black with #C8932B

Text Example


Text Example

White with #C8932B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8932B; }

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

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

background-color css

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

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

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

border-color css

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

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

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