Html Css Color HEX #C89126 Nugget

📋 copy color: '#C89126'

red 200 ◦ green 145 ◦ blue 38

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

Shades of Nugget #C89126

Tints of Nugget #C89126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.92%

R = 52.22%
G = 37.86%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C89126 (or 0xC89126) is known color: Nugget. HEX triplet: C8, 91 and 26. RGB value is (200,145,38). Sum of RGB (Red+Green+Blue) = 200+145+38=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 38 (15.23% from 255 or 9.92% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C89126 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89126 is #376ED9. Grayscale: #959595. Windows color (decimal): -3632858 or 2527688. OLE color: 2527688.

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

Color convert

RGB 200 145 38 -
CMYK 0 0.28 0.81 0.22
HSL 39.63º 0.68% 0.47% -
HSV(B) 39.63º 0.81% 0.78% -
XYZ 34.29 32.67 6.33 -
YUV 149.25 65.22 164.2 -
System Red Green Blue C M Y K H S L
Decimal 200 145 38 0 0.28 0.81 0.22 39.63 0.68 0.47
Hex C8 91 26 0 1C 51 16 28 44 2F
Octal 310 221 46 0 34 121 26 50 104 57
Binary 11001000 10010001 100110 0 11100 1010001 10110 101000 1000100 101111

Color Harmonies of #C89126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89126

Black with #C89126

Text Example


Text Example

White with #C89126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89126; }

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

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

background-color css

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

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

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

border-color css

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

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

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