Html Css Color HEX #C89930 Nugget

📋 copy color: '#C89930'

red 200 ◦ green 153 ◦ blue 48

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

Shades of Nugget #C89930

Tints of Nugget #C89930

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.15%

 BLUE value IS 48 (19.14% from 255) = 11.97%

R = 49.88%
G = 38.15%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C89930 (or 0xC89930) is known color: Nugget. HEX triplet: C8, 99 and 30. RGB value is (200,153,48). Sum of RGB (Red+Green+Blue) = 200+153+48=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 48 (19.14% from 255 or 11.97% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C89930 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89930 is #3766CF. Grayscale: #9B9B9B. Windows color (decimal): -3630800 or 3185096. OLE color: 3185096.

HSL color Cylindrical-coordinate representation of color #C89930: hue angle of 41.45º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C89930 is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 153 48 -
CMYK 0 0.24 0.76 0.22
HSL 41.45º 0.61% 0.49% -
HSV(B) 41.45º 0.76% 0.78% -
XYZ 35.74 35.28 7.72 -
YUV 155.08 67.57 160.04 -
System Red Green Blue C M Y K H S L
Decimal 200 153 48 0 0.24 0.76 0.22 41.45 0.61 0.49
Hex C8 99 30 0 18 4C 16 29 3D 31
Octal 310 231 60 0 30 114 26 51 75 61
Binary 11001000 10011001 110000 0 11000 1001100 10110 101001 111101 110001

Color Harmonies of #C89930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89930

Black with #C89930

Text Example


Text Example

White with #C89930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89930; }

 p { color: rgb(200,153,48); }

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

background-color css

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

 a { background-color: rgb(200,153,48); }

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

border-color css

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

 span { border-color: rgb(200,153,48); }

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