Html Css Color HEX #C68487 Charm

📋 copy color: '#C68487'

red 198 ◦ green 132 ◦ blue 135

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

Shades of Charm #C68487

Tints of Charm #C68487

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.39%

 BLUE value IS 135 (53.13% from 255) = 29.03%

R = 42.58%
G = 28.39%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C68487 (or 0xC68487) is known color: Charm. HEX triplet: C6, 84 and 87. RGB value is (198,132,135). Sum of RGB (Red+Green+Blue) = 198+132+135=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 135 (53.12% from 255 or 29.03% from 465); Max value from RGB is 198 - color contains mainly: red. Hex color #C68487 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68487 is #397B78. Grayscale: #989898. Windows color (decimal): -3767161 or 8881350. OLE color: 8881350.

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

Color convert

RGB 198 132 135 -
CMYK 0 0.33 0.32 0.22
HSL 357.27º 0.37% 0.65% -
HSV(B) 357.27º 0.33% 0.78% -
XYZ 35.91 30.26 26.87 -
YUV 152.08 118.37 160.76 -
System Red Green Blue C M Y K H S L
Decimal 198 132 135 0 0.33 0.32 0.22 357.27 0.37 0.65
Hex C6 84 87 0 21 20 16 165 25 41
Octal 306 204 207 0 41 40 26 545 45 101
Binary 11000110 10000100 10000111 0 100001 100000 10110 101100101 100101 1000001

Color Harmonies of #C68487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68487

Black with #C68487

Text Example


Text Example

White with #C68487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68487; }

 p { color: rgb(198,132,135); }

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

background-color css

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

 a { background-color: rgb(198,132,135); }

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

border-color css

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

 span { border-color: rgb(198,132,135); }

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