Html Css Color HEX #C18A21 Nugget

📋 copy color: '#C18A21'

red 193 ◦ green 138 ◦ blue 33

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

Shades of Nugget #C18A21

Tints of Nugget #C18A21

RGB

 RED value IS 193 (75.78% from 255) = 53.02%

 GREEN value IS 138 (54.3% from 255) = 37.91%

 BLUE value IS 33 (13.28% from 255) = 9.07%

R = 53.02%
G = 37.91%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C18A21 (or 0xC18A21) is known color: Nugget. HEX triplet: C1, 8A and 21. RGB value is (193,138,33). Sum of RGB (Red+Green+Blue) = 193+138+33=364 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.02% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 33 (13.28% from 255 or 9.07% from 364); Max value from RGB is 193 - color contains mainly: red. Hex color #C18A21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18A21 is #3E75DE. Grayscale: #8E8E8E. Windows color (decimal): -4093407 or 2198209. OLE color: 2198209.

HSL color Cylindrical-coordinate representation of color #C18A21: hue angle of 39.38º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C18A21 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 138 33 -
CMYK 0 0.28 0.83 0.24
HSL 39.38º 0.71% 0.44% -
HSV(B) 39.38º 0.83% 0.76% -
XYZ 31.36 29.62 5.5 -
YUV 142.48 66.22 164.04 -
System Red Green Blue C M Y K H S L
Decimal 193 138 33 0 0.28 0.83 0.24 39.38 0.71 0.44
Hex C1 8A 21 0 1C 53 18 27 47 2C
Octal 301 212 41 0 34 123 30 47 107 54
Binary 11000001 10001010 100001 0 11100 1010011 11000 100111 1000111 101100

Color Harmonies of #C18A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18A21

Black with #C18A21

Text Example


Text Example

White with #C18A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18A21; }

 p { color: rgb(193,138,33); }

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

background-color css

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

 a { background-color: rgb(193,138,33); }

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

border-color css

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

 span { border-color: rgb(193,138,33); }

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