Html Css Color HEX #C18A26 Nugget

📋 copy color: '#C18A26'

red 193 ◦ green 138 ◦ blue 38

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

Shades of Nugget #C18A26

Tints of Nugget #C18A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.3%

R = 52.3%
G = 37.4%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C18A26 (or 0xC18A26) is known color: Nugget. HEX triplet: C1, 8A and 26. RGB value is (193,138,38). Sum of RGB (Red+Green+Blue) = 193+138+38=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 138 (54.30% from 255 or 37.40% from 369); Blue value is 38 (15.23% from 255 or 10.30% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C18A26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18A26 is #3E75D9. Grayscale: #8F8F8F. Windows color (decimal): -4093402 or 2525889. OLE color: 2525889.

HSL color Cylindrical-coordinate representation of color #C18A26: hue angle of 38.71º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C18A26 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 138 38 -
CMYK 0 0.28 0.80 0.24
HSL 38.71º 0.67% 0.45% -
HSV(B) 38.71º 0.8% 0.76% -
XYZ 31.43 29.65 5.9 -
YUV 143.05 68.72 163.63 -
System Red Green Blue C M Y K H S L
Decimal 193 138 38 0 0.28 0.80 0.24 38.71 0.67 0.45
Hex C1 8A 26 0 1C 50 18 27 43 2D
Octal 301 212 46 0 34 120 30 47 103 55
Binary 11000001 10001010 100110 0 11100 1010000 11000 100111 1000011 101101

Color Harmonies of #C18A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18A26

Black with #C18A26

Text Example


Text Example

White with #C18A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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