Html Css Color HEX #C27686 Charm

📋 copy color: '#C27686'

red 194 ◦ green 118 ◦ blue 134

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

Shades of Charm #C27686

Tints of Charm #C27686

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.46%

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

R = 43.5%
G = 26.46%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C27686 (or 0xC27686) is known color: Charm. HEX triplet: C2, 76 and 86. RGB value is (194,118,134). Sum of RGB (Red+Green+Blue) = 194+118+134=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 134 (52.73% from 255 or 30.04% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C27686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27686 is #3D8979. Grayscale: #8E8E8E. Windows color (decimal): -4032890 or 8812226. OLE color: 8812226.

HSL color Cylindrical-coordinate representation of color #C27686: hue angle of 347.37º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C27686 is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 118 134 -
CMYK 0 0.39 0.31 0.24
HSL 347.37º 0.38% 0.61% -
HSV(B) 347.37º 0.39% 0.76% -
XYZ 33.03 26.15 25.86 -
YUV 142.55 123.18 164.7 -
System Red Green Blue C M Y K H S L
Decimal 194 118 134 0 0.39 0.31 0.24 347.37 0.38 0.61
Hex C2 76 86 0 27 1F 18 15B 26 3D
Octal 302 166 206 0 47 37 30 533 46 75
Binary 11000010 1110110 10000110 0 100111 11111 11000 101011011 100110 111101

Color Harmonies of #C27686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27686

Black with #C27686

Text Example


Text Example

White with #C27686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27686; }

 p { color: rgb(194,118,134); }

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

background-color css

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

 a { background-color: rgb(194,118,134); }

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

border-color css

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

 span { border-color: rgb(194,118,134); }

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