Html Css Color HEX #C99728 Nugget

📋 copy color: '#C99728'

red 201 ◦ green 151 ◦ blue 40

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

Shades of Nugget #C99728

Tints of Nugget #C99728

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.52%

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

R = 51.28%
G = 38.52%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#C99728 (or 0xC99728) is known color: Nugget. HEX triplet: C9, 97 and 28. RGB value is (201,151,40). Sum of RGB (Red+Green+Blue) = 201+151+40=392 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.28% from 392); Green value is 151 (59.38% from 255 or 38.52% from 392); Blue value is 40 (16.02% from 255 or 10.20% from 392); Max value from RGB is 201 - color contains mainly: red. Hex color #C99728 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99728 is #3668D7. Grayscale: #999999. Windows color (decimal): -3565784 or 2660297. OLE color: 2660297.

HSL color Cylindrical-coordinate representation of color #C99728: hue angle of 41.37º 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 #C99728 is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 151 40 -
CMYK 0 0.25 0.80 0.21
HSL 41.37º 0.67% 0.47% -
HSV(B) 41.37º 0.8% 0.79% -
XYZ 35.54 34.7 6.83 -
YUV 153.3 64.07 162.03 -
System Red Green Blue C M Y K H S L
Decimal 201 151 40 0 0.25 0.80 0.21 41.37 0.67 0.47
Hex C9 97 28 0 19 50 15 29 43 2F
Octal 311 227 50 0 31 120 25 51 103 57
Binary 11001001 10010111 101000 0 11001 1010000 10101 101001 1000011 101111

Color Harmonies of #C99728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99728

Black with #C99728

Text Example


Text Example

White with #C99728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99728; }

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

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

background-color css

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

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

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

border-color css

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

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

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