Html Css Color HEX #C18C25 Nugget

📋 copy color: '#C18C25'

red 193 ◦ green 140 ◦ blue 37

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

Shades of Nugget #C18C25

Tints of Nugget #C18C25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10%

R = 52.16%
G = 37.84%
B = 10%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C18C25 (or 0xC18C25) is known color: Nugget. HEX triplet: C1, 8C and 25. RGB value is (193,140,37). Sum of RGB (Red+Green+Blue) = 193+140+37=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 140 (55.08% from 255 or 37.84% from 370); Blue value is 37 (14.84% from 255 or 10% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C18C25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18C25 is #3E73DA. Grayscale: #909090. Windows color (decimal): -4092891 or 2460865. OLE color: 2460865.

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

Color convert

RGB 193 140 37 -
CMYK 0 0.27 0.81 0.24
HSL 39.62º 0.68% 0.45% -
HSV(B) 39.62º 0.81% 0.76% -
XYZ 31.7 30.23 5.91 -
YUV 144.11 67.56 162.88 -
System Red Green Blue C M Y K H S L
Decimal 193 140 37 0 0.27 0.81 0.24 39.62 0.68 0.45
Hex C1 8C 25 0 1B 51 18 28 44 2D
Octal 301 214 45 0 33 121 30 50 104 55
Binary 11000001 10001100 100101 0 11011 1010001 11000 101000 1000100 101101

Color Harmonies of #C18C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18C25

Black with #C18C25

Text Example


Text Example

White with #C18C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18C25; }

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

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

background-color css

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

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

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

border-color css

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

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

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