Html Css Color HEX #C68C69 Whiskey

📋 copy color: '#C68C69'

red 198 ◦ green 140 ◦ blue 105

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

Shades of Whiskey #C68C69

Tints of Whiskey #C68C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.7%

R = 44.7%
G = 31.6%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C68C69 (or 0xC68C69) is known color: Whiskey. HEX triplet: C6, 8C and 69. RGB value is (198,140,105). Sum of RGB (Red+Green+Blue) = 198+140+105=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 105 (41.41% from 255 or 23.70% from 443); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68C69 is #397396. Grayscale: #999999. Windows color (decimal): -3765143 or 6917318. OLE color: 6917318.

HSL color Cylindrical-coordinate representation of color #C68C69: hue angle of 22.58º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C68C69 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 140 105 -
CMYK 0 0.29 0.47 0.22
HSL 22.58º 0.45% 0.59% -
HSV(B) 22.58º 0.47% 0.78% -
XYZ 35.22 31.78 17.64 -
YUV 153.35 100.72 159.85 -
System Red Green Blue C M Y K H S L
Decimal 198 140 105 0 0.29 0.47 0.22 22.58 0.45 0.59
Hex C6 8C 69 0 1D 2F 16 17 2D 3B
Octal 306 214 151 0 35 57 26 27 55 73
Binary 11000110 10001100 1101001 0 11101 101111 10110 10111 101101 111011

Color Harmonies of #C68C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68C69

Black with #C68C69

Text Example


Text Example

White with #C68C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68C69; }

 p { color: rgb(198,140,105); }

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

background-color css

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

 a { background-color: rgb(198,140,105); }

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

border-color css

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

 span { border-color: rgb(198,140,105); }

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