Html Css Color HEX #C28963 Whiskey

📋 copy color: '#C28963'

red 194 ◦ green 137 ◦ blue 99

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

Shades of Whiskey #C28963

Tints of Whiskey #C28963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 23.02%

R = 45.12%
G = 31.86%
B = 23.02%

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

#C28963 (or 0xC28963) is known color: Whiskey. HEX triplet: C2, 89 and 63. RGB value is (194,137,99). Sum of RGB (Red+Green+Blue) = 194+137+99=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 99 (39.06% from 255 or 23.02% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C28963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28963 is #3D769C. Grayscale: #959595. Windows color (decimal): -4028061 or 6523330. OLE color: 6523330.

HSL color Cylindrical-coordinate representation of color #C28963: hue angle of 24º degrees, saturation: 0.44, 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 #C28963 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 137 99 -
CMYK 0 0.29 0.49 0.24
HSL 24º 0.44% 0.57% -
HSV(B) 24º 0.49% 0.76% -
XYZ 33.45 30.26 15.88 -
YUV 149.71 99.38 159.59 -
System Red Green Blue C M Y K H S L
Decimal 194 137 99 0 0.29 0.49 0.24 24 0.44 0.57
Hex C2 89 63 0 1D 31 18 18 2C 39
Octal 302 211 143 0 35 61 30 30 54 71
Binary 11000010 10001001 1100011 0 11101 110001 11000 11000 101100 111001

Color Harmonies of #C28963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28963

Black with #C28963

Text Example


Text Example

White with #C28963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28963; }

 p { color: rgb(194,137,99); }

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

background-color css

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

 a { background-color: rgb(194,137,99); }

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

border-color css

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

 span { border-color: rgb(194,137,99); }

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