Html Css Color HEX #C99027 Nugget

📋 copy color: '#C99027'

red 201 ◦ green 144 ◦ blue 39

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

Shades of Nugget #C99027

Tints of Nugget #C99027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.16%

R = 52.34%
G = 37.5%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#C99027 (or 0xC99027) is known color: Nugget. HEX triplet: C9, 90 and 27. RGB value is (201,144,39). Sum of RGB (Red+Green+Blue) = 201+144+39=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 39 (15.62% from 255 or 10.16% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C99027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99027 is #366FD8. Grayscale: #959595. Windows color (decimal): -3567577 or 2592969. OLE color: 2592969.

HSL color Cylindrical-coordinate representation of color #C99027: hue angle of 38.89º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C99027 is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 144 39 -
CMYK 0 0.28 0.81 0.21
HSL 38.89º 0.68% 0.47% -
HSV(B) 38.89º 0.81% 0.79% -
XYZ 34.43 32.51 6.38 -
YUV 149.07 65.88 165.04 -
System Red Green Blue C M Y K H S L
Decimal 201 144 39 0 0.28 0.81 0.21 38.89 0.68 0.47
Hex C9 90 27 0 1C 51 15 27 44 2F
Octal 311 220 47 0 34 121 25 47 104 57
Binary 11001001 10010000 100111 0 11100 1010001 10101 100111 1000100 101111

Color Harmonies of #C99027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99027

Black with #C99027

Text Example


Text Example

White with #C99027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99027; }

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

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

background-color css

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

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

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

border-color css

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

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

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