Html Css Color HEX #C27386 Charm

📋 copy color: '#C27386'

red 194 ◦ green 115 ◦ blue 134

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

Shades of Charm #C27386

Tints of Charm #C27386

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.96%

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

R = 43.79%
G = 25.96%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C27386 (or 0xC27386) is known color: Charm. HEX triplet: C2, 73 and 86. RGB value is (194,115,134). Sum of RGB (Red+Green+Blue) = 194+115+134=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 134 (52.73% from 255 or 30.25% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C27386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27386 is #3D8C79. Grayscale: #8C8C8C. Windows color (decimal): -4033658 or 8811458. OLE color: 8811458.

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

Color convert

RGB 194 115 134 -
CMYK 0 0.41 0.31 0.24
HSL 345.57º 0.39% 0.61% -
HSV(B) 345.57º 0.41% 0.76% -
XYZ 32.68 25.45 25.74 -
YUV 140.79 124.17 165.96 -
System Red Green Blue C M Y K H S L
Decimal 194 115 134 0 0.41 0.31 0.24 345.57 0.39 0.61
Hex C2 73 86 0 29 1F 18 15A 27 3D
Octal 302 163 206 0 51 37 30 532 47 75
Binary 11000010 1110011 10000110 0 101001 11111 11000 101011010 100111 111101

Color Harmonies of #C27386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27386

Black with #C27386

Text Example


Text Example

White with #C27386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27386; }

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

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

background-color css

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

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

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

border-color css

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

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

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