Html Css Color HEX #C89120 Nugget

📋 copy color: '#C89120'

red 200 ◦ green 145 ◦ blue 32

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

Shades of Nugget #C89120

Tints of Nugget #C89120

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.46%

 BLUE value IS 32 (12.89% from 255) = 8.49%

R = 53.05%
G = 38.46%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C89120 (or 0xC89120) is known color: Nugget. HEX triplet: C8, 91 and 20. RGB value is (200,145,32). Sum of RGB (Red+Green+Blue) = 200+145+32=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 32 (12.89% from 255 or 8.49% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C89120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89120 is #376EDF. Grayscale: #959595. Windows color (decimal): -3632864 or 2134472. OLE color: 2134472.

HSL color Cylindrical-coordinate representation of color #C89120: hue angle of 40.36º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C89120 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 145 32 -
CMYK 0 0.28 0.84 0.22
HSL 40.36º 0.72% 0.45% -
HSV(B) 40.36º 0.84% 0.78% -
XYZ 34.21 32.63 5.86 -
YUV 148.56 62.22 164.69 -
System Red Green Blue C M Y K H S L
Decimal 200 145 32 0 0.28 0.84 0.22 40.36 0.72 0.45
Hex C8 91 20 0 1C 54 16 28 48 2D
Octal 310 221 40 0 34 124 26 50 110 55
Binary 11001000 10010001 100000 0 11100 1010100 10110 101000 1001000 101101

Color Harmonies of #C89120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89120

Black with #C89120

Text Example


Text Example

White with #C89120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89120; }

 p { color: rgb(200,145,32); }

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

background-color css

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

 a { background-color: rgb(200,145,32); }

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

border-color css

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

 span { border-color: rgb(200,145,32); }

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