Html Css Color HEX #C28C66 Whiskey

📋 copy color: '#C28C66'

red 194 ◦ green 140 ◦ blue 102

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

Shades of Whiskey #C28C66

Tints of Whiskey #C28C66

RGB

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

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

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

R = 44.5%
G = 32.11%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C28C66 (or 0xC28C66) is known color: Whiskey. HEX triplet: C2, 8C and 66. RGB value is (194,140,102). Sum of RGB (Red+Green+Blue) = 194+140+102=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 140 (55.08% from 255 or 32.11% from 436); Blue value is 102 (40.23% from 255 or 23.39% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28C66 is #3D7399. Grayscale: #989898. Windows color (decimal): -4027290 or 6720706. OLE color: 6720706.

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

Color convert

RGB 194 140 102 -
CMYK 0 0.28 0.47 0.24
HSL 24.78º 0.43% 0.58% -
HSV(B) 24.78º 0.47% 0.76% -
XYZ 34.02 31.18 16.8 -
YUV 151.81 99.89 158.09 -
System Red Green Blue C M Y K H S L
Decimal 194 140 102 0 0.28 0.47 0.24 24.78 0.43 0.58
Hex C2 8C 66 0 1C 2F 18 19 2B 3A
Octal 302 214 146 0 34 57 30 31 53 72
Binary 11000010 10001100 1100110 0 11100 101111 11000 11001 101011 111010

Color Harmonies of #C28C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28C66

Black with #C28C66

Text Example


Text Example

White with #C28C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28C66; }

 p { color: rgb(194,140,102); }

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

background-color css

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

 a { background-color: rgb(194,140,102); }

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

border-color css

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

 span { border-color: rgb(194,140,102); }

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