Html Css Color HEX #C28A66 Whiskey

📋 copy color: '#C28A66'

red 194 ◦ green 138 ◦ blue 102

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

Shades of Whiskey #C28A66

Tints of Whiskey #C28A66

RGB

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

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

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

R = 44.7%
G = 31.8%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C28A66 (or 0xC28A66) is known color: Whiskey. HEX triplet: C2, 8A and 66. RGB value is (194,138,102). Sum of RGB (Red+Green+Blue) = 194+138+102=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 102 (40.23% from 255 or 23.50% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28A66 is #3D7599. Grayscale: #969696. Windows color (decimal): -4027802 or 6720194. OLE color: 6720194.

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

Color convert

RGB 194 138 102 -
CMYK 0 0.29 0.47 0.24
HSL 23.48º 0.43% 0.58% -
HSV(B) 23.48º 0.47% 0.76% -
XYZ 33.73 30.61 16.7 -
YUV 150.64 100.55 158.93 -
System Red Green Blue C M Y K H S L
Decimal 194 138 102 0 0.29 0.47 0.24 23.48 0.43 0.58
Hex C2 8A 66 0 1D 2F 18 17 2B 3A
Octal 302 212 146 0 35 57 30 27 53 72
Binary 11000010 10001010 1100110 0 11101 101111 11000 10111 101011 111010

Color Harmonies of #C28A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28A66

Black with #C28A66

Text Example


Text Example

White with #C28A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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