Html Css Color HEX #C99028 Nugget

📋 copy color: '#C99028'

red 201 ◦ green 144 ◦ blue 40

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

Shades of Nugget #C99028

Tints of Nugget #C99028

RGB

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

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

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

R = 52.21%
G = 37.4%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#C99028 (or 0xC99028) is known color: Nugget. HEX triplet: C9, 90 and 28. RGB value is (201,144,40). Sum of RGB (Red+Green+Blue) = 201+144+40=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 40 (16.02% from 255 or 10.39% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C99028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99028 is #366FD7. Grayscale: #959595. Windows color (decimal): -3567576 or 2658505. OLE color: 2658505.

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

Color convert

RGB 201 144 40 -
CMYK 0 0.28 0.80 0.21
HSL 38.76º 0.67% 0.47% -
HSV(B) 38.76º 0.8% 0.79% -
XYZ 34.44 32.52 6.47 -
YUV 149.19 66.38 164.96 -
System Red Green Blue C M Y K H S L
Decimal 201 144 40 0 0.28 0.80 0.21 38.76 0.67 0.47
Hex C9 90 28 0 1C 50 15 27 43 2F
Octal 311 220 50 0 34 120 25 47 103 57
Binary 11001001 10010000 101000 0 11100 1010000 10101 100111 1000011 101111

Color Harmonies of #C99028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99028

Black with #C99028

Text Example


Text Example

White with #C99028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99028; }

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

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

background-color css

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

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

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

border-color css

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

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

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