Html Css Color HEX #C89628 Nugget

📋 copy color: '#C89628'

red 200 ◦ green 150 ◦ blue 40

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

Shades of Nugget #C89628

Tints of Nugget #C89628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.26%

R = 51.28%
G = 38.46%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.8

 K value IS 0.22

RGB Variations

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

Color information

#C89628 (or 0xC89628) is known color: Nugget. HEX triplet: C8, 96 and 28. RGB value is (200,150,40). Sum of RGB (Red+Green+Blue) = 200+150+40=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 40 (16.02% from 255 or 10.26% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C89628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89628 is #3769D7. Grayscale: #989898. Windows color (decimal): -3631576 or 2660040. OLE color: 2660040.

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

Color convert

RGB 200 150 40 -
CMYK 0 0.25 0.8 0.22
HSL 41.25º 0.67% 0.47% -
HSV(B) 41.25º 0.8% 0.78% -
XYZ 35.11 34.25 6.77 -
YUV 152.41 64.57 161.94 -
System Red Green Blue C M Y K H S L
Decimal 200 150 40 0 0.25 0.8 0.22 41.25 0.67 0.47
Hex C8 96 28 0 19 50 16 29 43 2F
Octal 310 226 50 0 31 120 26 51 103 57
Binary 11001000 10010110 101000 0 11001 1010000 10110 101001 1000011 101111

Color Harmonies of #C89628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89628

Black with #C89628

Text Example


Text Example

White with #C89628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89628; }

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

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

background-color css

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

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

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

border-color css

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

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

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