Html Css Color HEX #C58D66 Whiskey

📋 copy color: '#C58D66'

red 197 ◦ green 141 ◦ blue 102

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

Shades of Whiskey #C58D66

Tints of Whiskey #C58D66

RGB

 RED value IS 197 (77.34% from 255) = 44.77%

 GREEN value IS 141 (55.47% from 255) = 32.05%

 BLUE value IS 102 (40.23% from 255) = 23.18%

R = 44.77%
G = 32.05%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C58D66 (or 0xC58D66) is known color: Whiskey. HEX triplet: C5, 8D and 66. RGB value is (197,141,102). Sum of RGB (Red+Green+Blue) = 197+141+102=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 141 (55.47% from 255 or 32.05% from 440); Blue value is 102 (40.23% from 255 or 23.18% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58D66 is #3A7299. Grayscale: #999999. Windows color (decimal): -3830426 or 6720965. OLE color: 6720965.

HSL color Cylindrical-coordinate representation of color #C58D66: hue angle of 24.63º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C58D66 is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 141 102 -
CMYK 0 0.28 0.48 0.23
HSL 24.63º 0.45% 0.59% -
HSV(B) 24.63º 0.48% 0.77% -
XYZ 34.95 31.88 16.88 -
YUV 153.3 99.05 159.17 -
System Red Green Blue C M Y K H S L
Decimal 197 141 102 0 0.28 0.48 0.23 24.63 0.45 0.59
Hex C5 8D 66 0 1C 30 17 19 2D 3B
Octal 305 215 146 0 34 60 27 31 55 73
Binary 11000101 10001101 1100110 0 11100 110000 10111 11001 101101 111011

Color Harmonies of #C58D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58D66

Black with #C58D66

Text Example


Text Example

White with #C58D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58D66; }

 p { color: rgb(197,141,102); }

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

background-color css

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

 a { background-color: rgb(197,141,102); }

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

border-color css

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

 span { border-color: rgb(197,141,102); }

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