Html Css Color HEX #C8932A Nugget

📋 copy color: '#C8932A'

red 200 ◦ green 147 ◦ blue 42

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

Shades of Nugget #C8932A

Tints of Nugget #C8932A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.8%

R = 51.41%
G = 37.79%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C8932A (or 0xC8932A) is known color: Nugget. HEX triplet: C8, 93 and 2A. RGB value is (200,147,42). Sum of RGB (Red+Green+Blue) = 200+147+42=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 147 (57.81% from 255 or 37.79% from 389); Blue value is 42 (16.80% from 255 or 10.80% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C8932A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8932A is #376CD5. Grayscale: #979797. Windows color (decimal): -3632342 or 2790344. OLE color: 2790344.

HSL color Cylindrical-coordinate representation of color #C8932A: hue angle of 39.87º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C8932A is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 147 42 -
CMYK 0 0.26 0.79 0.22
HSL 39.87º 0.65% 0.47% -
HSV(B) 39.87º 0.79% 0.78% -
XYZ 34.67 33.31 6.79 -
YUV 150.88 66.56 163.04 -
System Red Green Blue C M Y K H S L
Decimal 200 147 42 0 0.26 0.79 0.22 39.87 0.65 0.47
Hex C8 93 2A 0 1A 4F 16 28 41 2F
Octal 310 223 52 0 32 117 26 50 101 57
Binary 11001000 10010011 101010 0 11010 1001111 10110 101000 1000001 101111

Color Harmonies of #C8932A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8932A

Black with #C8932A

Text Example


Text Example

White with #C8932A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8932A; }

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

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

background-color css

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

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

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

border-color css

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

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

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