Html Css Color HEX #C27586 Charm

📋 copy color: '#C27586'

red 194 ◦ green 117 ◦ blue 134

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

Shades of Charm #C27586

Tints of Charm #C27586

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.29%

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

R = 43.6%
G = 26.29%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C27586 (or 0xC27586) is known color: Charm. HEX triplet: C2, 75 and 86. RGB value is (194,117,134). Sum of RGB (Red+Green+Blue) = 194+117+134=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 117 (46.09% from 255 or 26.29% from 445); Blue value is 134 (52.73% from 255 or 30.11% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C27586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27586 is #3D8A79. Grayscale: #8D8D8D. Windows color (decimal): -4033146 or 8811970. OLE color: 8811970.

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

Color convert

RGB 194 117 134 -
CMYK 0 0.40 0.31 0.24
HSL 346.75º 0.39% 0.61% -
HSV(B) 346.75º 0.4% 0.76% -
XYZ 32.91 25.91 25.82 -
YUV 141.96 123.51 165.12 -
System Red Green Blue C M Y K H S L
Decimal 194 117 134 0 0.40 0.31 0.24 346.75 0.39 0.61
Hex C2 75 86 0 28 1F 18 15B 27 3D
Octal 302 165 206 0 50 37 30 533 47 75
Binary 11000010 1110101 10000110 0 101000 11111 11000 101011011 100111 111101

Color Harmonies of #C27586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27586

Black with #C27586

Text Example


Text Example

White with #C27586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27586; }

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

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

background-color css

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

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

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

border-color css

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

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

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