Html Css Color HEX #C28C65 Whiskey

📋 copy color: '#C28C65'

red 194 ◦ green 140 ◦ blue 101

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

Shades of Whiskey #C28C65

Tints of Whiskey #C28C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.22%

R = 44.6%
G = 32.18%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C28C65 (or 0xC28C65) is known color: Whiskey. HEX triplet: C2, 8C and 65. RGB value is (194,140,101). Sum of RGB (Red+Green+Blue) = 194+140+101=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 101 (39.84% from 255 or 23.22% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28C65 is #3D739A. Grayscale: #979797. Windows color (decimal): -4027291 or 6655170. OLE color: 6655170.

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

Color convert

RGB 194 140 101 -
CMYK 0 0.28 0.48 0.24
HSL 25.16º 0.43% 0.58% -
HSV(B) 25.16º 0.48% 0.76% -
XYZ 33.98 31.17 16.54 -
YUV 151.7 99.39 158.17 -
System Red Green Blue C M Y K H S L
Decimal 194 140 101 0 0.28 0.48 0.24 25.16 0.43 0.58
Hex C2 8C 65 0 1C 30 18 19 2B 3A
Octal 302 214 145 0 34 60 30 31 53 72
Binary 11000010 10001100 1100101 0 11100 110000 11000 11001 101011 111010

Color Harmonies of #C28C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28C65

Black with #C28C65

Text Example


Text Example

White with #C28C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28C65; }

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

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

background-color css

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

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

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

border-color css

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

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

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