Html Css Color HEX #C89226 Nugget

📋 copy color: '#C89226'

red 200 ◦ green 146 ◦ blue 38

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

Shades of Nugget #C89226

Tints of Nugget #C89226

RGB

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

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

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

R = 52.08%
G = 38.02%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C89226 (or 0xC89226) is known color: Nugget. HEX triplet: C8, 92 and 26. RGB value is (200,146,38). Sum of RGB (Red+Green+Blue) = 200+146+38=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 38 (15.23% from 255 or 9.90% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C89226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89226 is #376DD9. Grayscale: #969696. Windows color (decimal): -3632602 or 2527944. OLE color: 2527944.

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

Color convert

RGB 200 146 38 -
CMYK 0 0.27 0.81 0.22
HSL 40º 0.68% 0.47% -
HSV(B) 40º 0.81% 0.78% -
XYZ 34.45 32.98 6.38 -
YUV 149.83 64.89 163.78 -
System Red Green Blue C M Y K H S L
Decimal 200 146 38 0 0.27 0.81 0.22 40 0.68 0.47
Hex C8 92 26 0 1B 51 16 28 44 2F
Octal 310 222 46 0 33 121 26 50 104 57
Binary 11001000 10010010 100110 0 11011 1010001 10110 101000 1000100 101111

Color Harmonies of #C89226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89226

Black with #C89226

Text Example


Text Example

White with #C89226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89226; }

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

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

background-color css

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

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

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

border-color css

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

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

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