Html Css Color HEX #C68086 Charm

📋 copy color: '#C68086'

red 198 ◦ green 128 ◦ blue 134

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

Shades of Charm #C68086

Tints of Charm #C68086

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.83%

 BLUE value IS 134 (52.73% from 255) = 29.13%

R = 43.04%
G = 27.83%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C68086 (or 0xC68086) is known color: Charm. HEX triplet: C6, 80 and 86. RGB value is (198,128,134). Sum of RGB (Red+Green+Blue) = 198+128+134=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 134 (52.73% from 255 or 29.13% from 460); Max value from RGB is 198 - color contains mainly: red. Hex color #C68086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68086 is #397F79. Grayscale: #959595. Windows color (decimal): -3768186 or 8814790. OLE color: 8814790.

HSL color Cylindrical-coordinate representation of color #C68086: hue angle of 354.86º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C68086 is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 128 134 -
CMYK 0 0.35 0.32 0.22
HSL 354.86º 0.38% 0.64% -
HSV(B) 354.86º 0.35% 0.78% -
XYZ 35.31 29.17 26.32 -
YUV 149.61 119.19 162.51 -
System Red Green Blue C M Y K H S L
Decimal 198 128 134 0 0.35 0.32 0.22 354.86 0.38 0.64
Hex C6 80 86 0 23 20 16 163 26 40
Octal 306 200 206 0 43 40 26 543 46 100
Binary 11000110 10000000 10000110 0 100011 100000 10110 101100011 100110 1000000

Color Harmonies of #C68086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68086

Black with #C68086

Text Example


Text Example

White with #C68086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68086; }

 p { color: rgb(198,128,134); }

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

background-color css

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

 a { background-color: rgb(198,128,134); }

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

border-color css

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

 span { border-color: rgb(198,128,134); }

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