Html Css Color HEX #C89220 Nugget

📋 copy color: '#C89220'

red 200 ◦ green 146 ◦ blue 32

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

Shades of Nugget #C89220

Tints of Nugget #C89220

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.62%

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

R = 52.91%
G = 38.62%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C89220 (or 0xC89220) is known color: Nugget. HEX triplet: C8, 92 and 20. RGB value is (200,146,32). Sum of RGB (Red+Green+Blue) = 200+146+32=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 32 (12.89% from 255 or 8.47% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C89220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89220 is #376DDF. Grayscale: #959595. Windows color (decimal): -3632608 or 2134728. OLE color: 2134728.

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

Color convert

RGB 200 146 32 -
CMYK 0 0.27 0.84 0.22
HSL 40.71º 0.72% 0.45% -
HSV(B) 40.71º 0.84% 0.78% -
XYZ 34.36 32.94 5.91 -
YUV 149.15 61.89 164.27 -
System Red Green Blue C M Y K H S L
Decimal 200 146 32 0 0.27 0.84 0.22 40.71 0.72 0.45
Hex C8 92 20 0 1B 54 16 29 48 2D
Octal 310 222 40 0 33 124 26 51 110 55
Binary 11001000 10010010 100000 0 11011 1010100 10110 101001 1001000 101101

Color Harmonies of #C89220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89220

Black with #C89220

Text Example


Text Example

White with #C89220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89220; }

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

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

background-color css

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

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

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

border-color css

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

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

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