Html Css Color HEX #C89621 Nugget

📋 copy color: '#C89621'

red 200 ◦ green 150 ◦ blue 33

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

Shades of Nugget #C89621

Tints of Nugget #C89621

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.16%

 BLUE value IS 33 (13.28% from 255) = 8.62%

R = 52.22%
G = 39.16%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C89621 (or 0xC89621) is known color: Nugget. HEX triplet: C8, 96 and 21. RGB value is (200,150,33). Sum of RGB (Red+Green+Blue) = 200+150+33=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 150 (58.98% from 255 or 39.16% from 383); Blue value is 33 (13.28% from 255 or 8.62% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C89621 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89621 is #3769DE. Grayscale: #989898. Windows color (decimal): -3631583 or 2201288. OLE color: 2201288.

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

Color convert

RGB 200 150 33 -
CMYK 0 0.25 0.84 0.22
HSL 42.04º 0.72% 0.46% -
HSV(B) 42.04º 0.84% 0.78% -
XYZ 35 34.2 6.2 -
YUV 151.61 61.07 162.51 -
System Red Green Blue C M Y K H S L
Decimal 200 150 33 0 0.25 0.84 0.22 42.04 0.72 0.46
Hex C8 96 21 0 19 54 16 2A 48 2E
Octal 310 226 41 0 31 124 26 52 110 56
Binary 11001000 10010110 100001 0 11001 1010100 10110 101010 1001000 101110

Color Harmonies of #C89621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89621

Black with #C89621

Text Example


Text Example

White with #C89621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89621; }

 p { color: rgb(200,150,33); }

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

background-color css

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

 a { background-color: rgb(200,150,33); }

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

border-color css

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

 span { border-color: rgb(200,150,33); }

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