Html Css Color HEX #C8942A Nugget

📋 copy color: '#C8942A'

red 200 ◦ green 148 ◦ blue 42

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

Shades of Nugget #C8942A

Tints of Nugget #C8942A

RGB

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

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

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

R = 51.28%
G = 37.95%
B = 10.77%

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

#C8942A (or 0xC8942A) is known color: Nugget. HEX triplet: C8, 94 and 2A. RGB value is (200,148,42). Sum of RGB (Red+Green+Blue) = 200+148+42=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 42 (16.80% from 255 or 10.77% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C8942A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8942A is #376BD5. Grayscale: #979797. Windows color (decimal): -3632086 or 2790600. OLE color: 2790600.

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

Color convert

RGB 200 148 42 -
CMYK 0 0.26 0.79 0.22
HSL 40.25º 0.65% 0.47% -
HSV(B) 40.25º 0.79% 0.78% -
XYZ 34.83 33.63 6.85 -
YUV 151.46 66.23 162.62 -
System Red Green Blue C M Y K H S L
Decimal 200 148 42 0 0.26 0.79 0.22 40.25 0.65 0.47
Hex C8 94 2A 0 1A 4F 16 28 41 2F
Octal 310 224 52 0 32 117 26 50 101 57
Binary 11001000 10010100 101010 0 11010 1001111 10110 101000 1000001 101111

Color Harmonies of #C8942A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8942A

Black with #C8942A

Text Example


Text Example

White with #C8942A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8942A; }

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

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

background-color css

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

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

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

border-color css

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

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

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