Html Css Color HEX #C8972A Nugget

📋 copy color: '#C8972A'

red 200 ◦ green 151 ◦ blue 42

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

Shades of Nugget #C8972A

Tints of Nugget #C8972A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.42%

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

R = 50.89%
G = 38.42%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C8972A (or 0xC8972A) is known color: Nugget. HEX triplet: C8, 97 and 2A. RGB value is (200,151,42). Sum of RGB (Red+Green+Blue) = 200+151+42=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 151 (59.38% from 255 or 38.42% from 393); Blue value is 42 (16.80% from 255 or 10.69% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C8972A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8972A is #3768D5. Grayscale: #999999. Windows color (decimal): -3631318 or 2791368. OLE color: 2791368.

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

Color convert

RGB 200 151 42 -
CMYK 0 0.24 0.79 0.22
HSL 41.39º 0.65% 0.47% -
HSV(B) 41.39º 0.79% 0.78% -
XYZ 35.3 34.58 7 -
YUV 153.23 65.23 161.36 -
System Red Green Blue C M Y K H S L
Decimal 200 151 42 0 0.24 0.79 0.22 41.39 0.65 0.47
Hex C8 97 2A 0 18 4F 16 29 41 2F
Octal 310 227 52 0 30 117 26 51 101 57
Binary 11001000 10010111 101010 0 11000 1001111 10110 101001 1000001 101111

Color Harmonies of #C8972A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8972A

Black with #C8972A

Text Example


Text Example

White with #C8972A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8972A; }

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

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

background-color css

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

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

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

border-color css

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

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

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