Html Css Color HEX #C89826 Nugget

📋 copy color: '#C89826'

red 200 ◦ green 152 ◦ blue 38

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

Shades of Nugget #C89826

Tints of Nugget #C89826

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.97%

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

R = 51.28%
G = 38.97%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C89826 (or 0xC89826) is known color: Nugget. HEX triplet: C8, 98 and 26. RGB value is (200,152,38). Sum of RGB (Red+Green+Blue) = 200+152+38=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 152 (59.77% from 255 or 38.97% from 390); Blue value is 38 (15.23% from 255 or 9.74% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C89826 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89826 is #3767D9. Grayscale: #999999. Windows color (decimal): -3631066 or 2529480. OLE color: 2529480.

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

Color convert

RGB 200 152 38 -
CMYK 0 0.24 0.81 0.22
HSL 42.22º 0.68% 0.47% -
HSV(B) 42.22º 0.81% 0.78% -
XYZ 35.4 34.88 6.7 -
YUV 153.36 62.9 161.27 -
System Red Green Blue C M Y K H S L
Decimal 200 152 38 0 0.24 0.81 0.22 42.22 0.68 0.47
Hex C8 98 26 0 18 51 16 2A 44 2F
Octal 310 230 46 0 30 121 26 52 104 57
Binary 11001000 10011000 100110 0 11000 1010001 10110 101010 1000100 101111

Color Harmonies of #C89826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89826

Black with #C89826

Text Example


Text Example

White with #C89826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89826; }

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

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

background-color css

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

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

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

border-color css

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

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

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