Html Css Color HEX #C18C2B Nugget

📋 copy color: '#C18C2B'

red 193 ◦ green 140 ◦ blue 43

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

Shades of Nugget #C18C2B

Tints of Nugget #C18C2B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.23%

 BLUE value IS 43 (17.19% from 255) = 11.44%

R = 51.33%
G = 37.23%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C18C2B (or 0xC18C2B) is known color: Nugget. HEX triplet: C1, 8C and 2B. RGB value is (193,140,43). Sum of RGB (Red+Green+Blue) = 193+140+43=376 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.33% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 43 (17.19% from 255 or 11.44% from 376); Max value from RGB is 193 - color contains mainly: red. Hex color #C18C2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18C2B is #3E73D4. Grayscale: #919191. Windows color (decimal): -4092885 or 2854081. OLE color: 2854081.

HSL color Cylindrical-coordinate representation of color #C18C2B: hue angle of 38.8º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C18C2B is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 140 43 -
CMYK 0 0.27 0.78 0.24
HSL 38.8º 0.64% 0.46% -
HSV(B) 38.8º 0.78% 0.76% -
XYZ 31.81 30.27 6.45 -
YUV 144.79 70.56 162.39 -
System Red Green Blue C M Y K H S L
Decimal 193 140 43 0 0.27 0.78 0.24 38.8 0.64 0.46
Hex C1 8C 2B 0 1B 4E 18 27 40 2E
Octal 301 214 53 0 33 116 30 47 100 56
Binary 11000001 10001100 101011 0 11011 1001110 11000 100111 1000000 101110

Color Harmonies of #C18C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18C2B

Black with #C18C2B

Text Example


Text Example

White with #C18C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18C2B; }

 p { color: rgb(193,140,43); }

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

background-color css

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

 a { background-color: rgb(193,140,43); }

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

border-color css

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

 span { border-color: rgb(193,140,43); }

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