Html Css Color HEX #C99023 Nugget

📋 copy color: '#C99023'

red 201 ◦ green 144 ◦ blue 35

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

Shades of Nugget #C99023

Tints of Nugget #C99023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.21%

R = 52.89%
G = 37.89%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#C99023 (or 0xC99023) is known color: Nugget. HEX triplet: C9, 90 and 23. RGB value is (201,144,35). Sum of RGB (Red+Green+Blue) = 201+144+35=380 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.89% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 35 (14.06% from 255 or 9.21% from 380); Max value from RGB is 201 - color contains mainly: red. Hex color #C99023 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99023 is #366FDC. Grayscale: #959595. Windows color (decimal): -3567581 or 2330825. OLE color: 2330825.

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

Color convert

RGB 201 144 35 -
CMYK 0 0.28 0.83 0.21
HSL 39.4º 0.7% 0.46% -
HSV(B) 39.4º 0.83% 0.79% -
XYZ 34.36 32.49 6.05 -
YUV 148.62 63.88 165.36 -
System Red Green Blue C M Y K H S L
Decimal 201 144 35 0 0.28 0.83 0.21 39.4 0.7 0.46
Hex C9 90 23 0 1C 53 15 27 46 2E
Octal 311 220 43 0 34 123 25 47 106 56
Binary 11001001 10010000 100011 0 11100 1010011 10101 100111 1000110 101110

Color Harmonies of #C99023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99023

Black with #C99023

Text Example


Text Example

White with #C99023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99023; }

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

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

background-color css

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

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

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

border-color css

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

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

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