Html Css Color HEX #C18C24 Nugget

📋 copy color: '#C18C24'

red 193 ◦ green 140 ◦ blue 36

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

Shades of Nugget #C18C24

Tints of Nugget #C18C24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.76%

R = 52.3%
G = 37.94%
B = 9.76%

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

#C18C24 (or 0xC18C24) is known color: Nugget. HEX triplet: C1, 8C and 24. RGB value is (193,140,36). Sum of RGB (Red+Green+Blue) = 193+140+36=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 140 (55.08% from 255 or 37.94% from 369); Blue value is 36 (14.45% from 255 or 9.76% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C18C24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18C24 is #3E73DB. Grayscale: #909090. Windows color (decimal): -4092892 or 2395329. OLE color: 2395329.

HSL color Cylindrical-coordinate representation of color #C18C24: hue angle of 39.75º degrees, saturation: 0.69, 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 #C18C24 is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 140 36 -
CMYK 0 0.27 0.81 0.24
HSL 39.75º 0.69% 0.45% -
HSV(B) 39.75º 0.81% 0.76% -
XYZ 31.69 30.22 5.83 -
YUV 143.99 67.06 162.96 -
System Red Green Blue C M Y K H S L
Decimal 193 140 36 0 0.27 0.81 0.24 39.75 0.69 0.45
Hex C1 8C 24 0 1B 51 18 28 45 2D
Octal 301 214 44 0 33 121 30 50 105 55
Binary 11000001 10001100 100100 0 11011 1010001 11000 101000 1000101 101101

Color Harmonies of #C18C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18C24

Black with #C18C24

Text Example


Text Example

White with #C18C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18C24; }

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

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

background-color css

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

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

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

border-color css

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

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

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