Html Css Color HEX #C89028 Nugget

📋 copy color: '#C89028'

red 200 ◦ green 144 ◦ blue 40

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

Shades of Nugget #C89028

Tints of Nugget #C89028

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.5%

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

R = 52.08%
G = 37.5%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.8

 K value IS 0.22

RGB Variations

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

Color information

#C89028 (or 0xC89028) is known color: Nugget. HEX triplet: C8, 90 and 28. RGB value is (200,144,40). Sum of RGB (Red+Green+Blue) = 200+144+40=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 40 (16.02% from 255 or 10.42% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C89028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89028 is #376FD7. Grayscale: #959595. Windows color (decimal): -3633112 or 2658504. OLE color: 2658504.

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

Color convert

RGB 200 144 40 -
CMYK 0 0.28 0.8 0.22
HSL 39º 0.67% 0.47% -
HSV(B) 39º 0.8% 0.78% -
XYZ 34.18 32.38 6.46 -
YUV 148.89 66.55 164.46 -
System Red Green Blue C M Y K H S L
Decimal 200 144 40 0 0.28 0.8 0.22 39 0.67 0.47
Hex C8 90 28 0 1C 50 16 27 43 2F
Octal 310 220 50 0 34 120 26 47 103 57
Binary 11001000 10010000 101000 0 11100 1010000 10110 100111 1000011 101111

Color Harmonies of #C89028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89028

Black with #C89028

Text Example


Text Example

White with #C89028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89028; }

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

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

background-color css

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

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

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

border-color css

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

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

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