Html Css Color HEX #C99828 Nugget

📋 copy color: '#C99828'

red 201 ◦ green 152 ◦ blue 40

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

Shades of Nugget #C99828

Tints of Nugget #C99828

RGB

 RED value IS 201 (78.91% from 255) = 51.15%

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

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

R = 51.15%
G = 38.68%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#C99828 (or 0xC99828) is known color: Nugget. HEX triplet: C9, 98 and 28. RGB value is (201,152,40). Sum of RGB (Red+Green+Blue) = 201+152+40=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 40 (16.02% from 255 or 10.18% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C99828 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99828 is #3667D7. Grayscale: #9A9A9A. Windows color (decimal): -3565528 or 2660553. OLE color: 2660553.

HSL color Cylindrical-coordinate representation of color #C99828: hue angle of 41.74º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C99828 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 152 40 -
CMYK 0 0.24 0.80 0.21
HSL 41.74º 0.67% 0.47% -
HSV(B) 41.74º 0.8% 0.79% -
XYZ 35.7 35.03 6.89 -
YUV 153.88 63.73 161.61 -
System Red Green Blue C M Y K H S L
Decimal 201 152 40 0 0.24 0.80 0.21 41.74 0.67 0.47
Hex C9 98 28 0 18 50 15 2A 43 2F
Octal 311 230 50 0 30 120 25 52 103 57
Binary 11001001 10011000 101000 0 11000 1010000 10101 101010 1000011 101111

Color Harmonies of #C99828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99828

Black with #C99828

Text Example


Text Example

White with #C99828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99828; }

 p { color: rgb(201,152,40); }

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

background-color css

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

 a { background-color: rgb(201,152,40); }

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

border-color css

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

 span { border-color: rgb(201,152,40); }

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