Html Css Color HEX #C28A65 Whiskey

📋 copy color: '#C28A65'

red 194 ◦ green 138 ◦ blue 101

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

Shades of Whiskey #C28A65

Tints of Whiskey #C28A65

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.87%

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

R = 44.8%
G = 31.87%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C28A65 (or 0xC28A65) is known color: Whiskey. HEX triplet: C2, 8A and 65. RGB value is (194,138,101). Sum of RGB (Red+Green+Blue) = 194+138+101=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 101 (39.84% from 255 or 23.33% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28A65 is #3D759A. Grayscale: #969696. Windows color (decimal): -4027803 or 6654658. OLE color: 6654658.

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

Color convert

RGB 194 138 101 -
CMYK 0 0.29 0.48 0.24
HSL 23.87º 0.43% 0.58% -
HSV(B) 23.87º 0.48% 0.76% -
XYZ 33.69 30.59 16.44 -
YUV 150.53 100.05 159.01 -
System Red Green Blue C M Y K H S L
Decimal 194 138 101 0 0.29 0.48 0.24 23.87 0.43 0.58
Hex C2 8A 65 0 1D 30 18 18 2B 3A
Octal 302 212 145 0 35 60 30 30 53 72
Binary 11000010 10001010 1100101 0 11101 110000 11000 11000 101011 111010

Color Harmonies of #C28A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28A65

Black with #C28A65

Text Example


Text Example

White with #C28A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28A65; }

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

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

background-color css

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

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

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

border-color css

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

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

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