Html Css Color HEX #C28860 Whiskey

📋 copy color: '#C28860'

red 194 ◦ green 136 ◦ blue 96

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

Shades of Whiskey #C28860

Tints of Whiskey #C28860

RGB

 RED value IS 194 (76.17% from 255) = 45.54%

 GREEN value IS 136 (53.52% from 255) = 31.92%

 BLUE value IS 96 (37.89% from 255) = 22.54%

R = 45.54%
G = 31.92%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C28860 (or 0xC28860) is known color: Whiskey. HEX triplet: C2, 88 and 60. RGB value is (194,136,96). Sum of RGB (Red+Green+Blue) = 194+136+96=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 136 (53.52% from 255 or 31.92% from 426); Blue value is 96 (37.89% from 255 or 22.54% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C28860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28860 is #3D779F. Grayscale: #959595. Windows color (decimal): -4028320 or 6326466. OLE color: 6326466.

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

Color convert

RGB 194 136 96 -
CMYK 0 0.30 0.51 0.24
HSL 24.49º 0.45% 0.57% -
HSV(B) 24.49º 0.51% 0.76% -
XYZ 33.16 29.92 15.09 -
YUV 148.78 98.22 160.25 -
System Red Green Blue C M Y K H S L
Decimal 194 136 96 0 0.30 0.51 0.24 24.49 0.45 0.57
Hex C2 88 60 0 1E 33 18 18 2D 39
Octal 302 210 140 0 36 63 30 30 55 71
Binary 11000010 10001000 1100000 0 11110 110011 11000 11000 101101 111001

Color Harmonies of #C28860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28860

Black with #C28860

Text Example


Text Example

White with #C28860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28860; }

 p { color: rgb(194,136,96); }

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

background-color css

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

 a { background-color: rgb(194,136,96); }

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

border-color css

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

 span { border-color: rgb(194,136,96); }

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