Html Css Color HEX #C18C64 Whiskey

📋 copy color: '#C18C64'

red 193 ◦ green 140 ◦ blue 100

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

Shades of Whiskey #C18C64

Tints of Whiskey #C18C64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.09%

R = 44.57%
G = 32.33%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C18C64 (or 0xC18C64) is known color: Whiskey. HEX triplet: C1, 8C and 64. RGB value is (193,140,100). Sum of RGB (Red+Green+Blue) = 193+140+100=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 100 (39.45% from 255 or 23.09% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C18C64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18C64 is #3E739B. Grayscale: #979797. Windows color (decimal): -4092828 or 6589633. OLE color: 6589633.

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

Color convert

RGB 193 140 100 -
CMYK 0 0.27 0.48 0.24
HSL 25.81º 0.43% 0.57% -
HSV(B) 25.81º 0.48% 0.76% -
XYZ 33.67 31.01 16.27 -
YUV 151.29 99.06 157.75 -
System Red Green Blue C M Y K H S L
Decimal 193 140 100 0 0.27 0.48 0.24 25.81 0.43 0.57
Hex C1 8C 64 0 1B 30 18 1A 2B 39
Octal 301 214 144 0 33 60 30 32 53 71
Binary 11000001 10001100 1100100 0 11011 110000 11000 11010 101011 111001

Color Harmonies of #C18C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18C64

Black with #C18C64

Text Example


Text Example

White with #C18C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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