Html Css Color HEX #C18962 Whiskey

📋 copy color: '#C18962'

red 193 ◦ green 137 ◦ blue 98

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

Shades of Whiskey #C18962

Tints of Whiskey #C18962

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.01%

 BLUE value IS 98 (38.67% from 255) = 22.9%

R = 45.09%
G = 32.01%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C18962 (or 0xC18962) is known color: Whiskey. HEX triplet: C1, 89 and 62. RGB value is (193,137,98). Sum of RGB (Red+Green+Blue) = 193+137+98=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 137 (53.91% from 255 or 32.01% from 428); Blue value is 98 (38.67% from 255 or 22.90% from 428); Max value from RGB is 193 - color contains mainly: red. Hex color #C18962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18962 is #3E769D. Grayscale: #959595. Windows color (decimal): -4093598 or 6457793. OLE color: 6457793.

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

Color convert

RGB 193 137 98 -
CMYK 0 0.29 0.49 0.24
HSL 24.63º 0.43% 0.57% -
HSV(B) 24.63º 0.49% 0.76% -
XYZ 33.14 30.11 15.62 -
YUV 149.3 99.05 159.17 -
System Red Green Blue C M Y K H S L
Decimal 193 137 98 0 0.29 0.49 0.24 24.63 0.43 0.57
Hex C1 89 62 0 1D 31 18 19 2B 39
Octal 301 211 142 0 35 61 30 31 53 71
Binary 11000001 10001001 1100010 0 11101 110001 11000 11001 101011 111001

Color Harmonies of #C18962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18962

Black with #C18962

Text Example


Text Example

White with #C18962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18962; }

 p { color: rgb(193,137,98); }

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

background-color css

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

 a { background-color: rgb(193,137,98); }

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

border-color css

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

 span { border-color: rgb(193,137,98); }

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