Html Css Color HEX #C68A5D Whiskey

📋 copy color: '#C68A5D'

red 198 ◦ green 138 ◦ blue 93

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

Shades of Whiskey #C68A5D

Tints of Whiskey #C68A5D

RGB

 RED value IS 198 (77.73% from 255) = 46.15%

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

 BLUE value IS 93 (36.72% from 255) = 21.68%

R = 46.15%
G = 32.17%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C68A5D (or 0xC68A5D) is known color: Whiskey. HEX triplet: C6, 8A and 5D. RGB value is (198,138,93). Sum of RGB (Red+Green+Blue) = 198+138+93=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 198 - color contains mainly: red. Hex color #C68A5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68A5D is #3975A2. Grayscale: #979797. Windows color (decimal): -3765667 or 6130374. OLE color: 6130374.

HSL color Cylindrical-coordinate representation of color #C68A5D: hue angle of 25.71º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C68A5D is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 138 93 -
CMYK 0 0.30 0.53 0.22
HSL 25.71º 0.48% 0.57% -
HSV(B) 25.71º 0.53% 0.78% -
XYZ 34.35 30.97 14.52 -
YUV 150.81 95.38 161.66 -
System Red Green Blue C M Y K H S L
Decimal 198 138 93 0 0.30 0.53 0.22 25.71 0.48 0.57
Hex C6 8A 5D 0 1E 35 16 1A 30 39
Octal 306 212 135 0 36 65 26 32 60 71
Binary 11000110 10001010 1011101 0 11110 110101 10110 11010 110000 111001

Color Harmonies of #C68A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68A5D

Black with #C68A5D

Text Example


Text Example

White with #C68A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68A5D; }

 p { color: rgb(198,138,93); }

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

background-color css

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

 a { background-color: rgb(198,138,93); }

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

border-color css

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

 span { border-color: rgb(198,138,93); }

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