Html Css Color HEX #C89026 Nugget

📋 copy color: '#C89026'

red 200 ◦ green 144 ◦ blue 38

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

Shades of Nugget #C89026

Tints of Nugget #C89026

RGB

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

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

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

R = 52.36%
G = 37.7%
B = 9.95%

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

#C89026 (or 0xC89026) is known color: Nugget. HEX triplet: C8, 90 and 26. RGB value is (200,144,38). Sum of RGB (Red+Green+Blue) = 200+144+38=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 38 (15.23% from 255 or 9.95% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C89026 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89026 is #376FD9. Grayscale: #959595. Windows color (decimal): -3633114 or 2527432. OLE color: 2527432.

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

Color convert

RGB 200 144 38 -
CMYK 0 0.28 0.81 0.22
HSL 39.26º 0.68% 0.47% -
HSV(B) 39.26º 0.81% 0.78% -
XYZ 34.14 32.37 6.28 -
YUV 148.66 65.55 164.62 -
System Red Green Blue C M Y K H S L
Decimal 200 144 38 0 0.28 0.81 0.22 39.26 0.68 0.47
Hex C8 90 26 0 1C 51 16 27 44 2F
Octal 310 220 46 0 34 121 26 47 104 57
Binary 11001000 10010000 100110 0 11100 1010001 10110 100111 1000100 101111

Color Harmonies of #C89026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89026

Black with #C89026

Text Example


Text Example

White with #C89026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89026; }

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

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

background-color css

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

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

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

border-color css

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

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

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