Html Css Color HEX #C89626 Nugget

📋 copy color: '#C89626'

red 200 ◦ green 150 ◦ blue 38

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

Shades of Nugget #C89626

Tints of Nugget #C89626

RGB

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

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

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

R = 51.55%
G = 38.66%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C89626 (or 0xC89626) is known color: Nugget. HEX triplet: C8, 96 and 26. RGB value is (200,150,38). Sum of RGB (Red+Green+Blue) = 200+150+38=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 38 (15.23% from 255 or 9.79% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C89626 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89626 is #3769D9. Grayscale: #989898. Windows color (decimal): -3631578 or 2528968. OLE color: 2528968.

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

Color convert

RGB 200 150 38 -
CMYK 0 0.25 0.81 0.22
HSL 41.48º 0.68% 0.47% -
HSV(B) 41.48º 0.81% 0.78% -
XYZ 35.08 34.23 6.59 -
YUV 152.18 63.57 162.11 -
System Red Green Blue C M Y K H S L
Decimal 200 150 38 0 0.25 0.81 0.22 41.48 0.68 0.47
Hex C8 96 26 0 19 51 16 29 44 2F
Octal 310 226 46 0 31 121 26 51 104 57
Binary 11001000 10010110 100110 0 11001 1010001 10110 101001 1000100 101111

Color Harmonies of #C89626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89626

Black with #C89626

Text Example


Text Example

White with #C89626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89626; }

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

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

background-color css

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

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

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

border-color css

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

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

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