Html Css Color HEX #C89623 Nugget

📋 copy color: '#C89623'

red 200 ◦ green 150 ◦ blue 35

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

Shades of Nugget #C89623

Tints of Nugget #C89623

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.09%

R = 51.95%
G = 38.96%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C89623 (or 0xC89623) is known color: Nugget. HEX triplet: C8, 96 and 23. RGB value is (200,150,35). Sum of RGB (Red+Green+Blue) = 200+150+35=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 35 (14.06% from 255 or 9.09% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C89623 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89623 is #3769DC. Grayscale: #989898. Windows color (decimal): -3631581 or 2332360. OLE color: 2332360.

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

Color convert

RGB 200 150 35 -
CMYK 0 0.25 0.82 0.22
HSL 41.82º 0.7% 0.46% -
HSV(B) 41.82º 0.83% 0.78% -
XYZ 35.03 34.21 6.35 -
YUV 151.84 62.07 162.35 -
System Red Green Blue C M Y K H S L
Decimal 200 150 35 0 0.25 0.82 0.22 41.82 0.7 0.46
Hex C8 96 23 0 19 52 16 2A 46 2E
Octal 310 226 43 0 31 122 26 52 106 56
Binary 11001000 10010110 100011 0 11001 1010010 10110 101010 1000110 101110

Color Harmonies of #C89623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89623

Black with #C89623

Text Example


Text Example

White with #C89623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89623; }

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

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

background-color css

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

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

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

border-color css

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

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

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