Html Css Color HEX #C28C67 Whiskey

📋 copy color: '#C28C67'

red 194 ◦ green 140 ◦ blue 103

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

Shades of Whiskey #C28C67

Tints of Whiskey #C28C67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 23.57%

R = 44.39%
G = 32.04%
B = 23.57%

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

#C28C67 (or 0xC28C67) is known color: Whiskey. HEX triplet: C2, 8C and 67. RGB value is (194,140,103). Sum of RGB (Red+Green+Blue) = 194+140+103=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 140 (55.08% from 255 or 32.04% from 437); Blue value is 103 (40.62% from 255 or 23.57% from 437); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28C67 is #3D7398. Grayscale: #989898. Windows color (decimal): -4027289 or 6786242. OLE color: 6786242.

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

Color convert

RGB 194 140 103 -
CMYK 0 0.28 0.47 0.24
HSL 24.4º 0.43% 0.58% -
HSV(B) 24.4º 0.47% 0.76% -
XYZ 34.07 31.2 17.06 -
YUV 151.93 100.39 158.01 -
System Red Green Blue C M Y K H S L
Decimal 194 140 103 0 0.28 0.47 0.24 24.4 0.43 0.58
Hex C2 8C 67 0 1C 2F 18 18 2B 3A
Octal 302 214 147 0 34 57 30 30 53 72
Binary 11000010 10001100 1100111 0 11100 101111 11000 11000 101011 111010

Color Harmonies of #C28C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28C67

Black with #C28C67

Text Example


Text Example

White with #C28C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28C67; }

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

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

background-color css

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

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

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

border-color css

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

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

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