Html Css Color HEX #C37F86 Charm

📋 copy color: '#C37F86'

red 195 ◦ green 127 ◦ blue 134

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

Shades of Charm #C37F86

Tints of Charm #C37F86

RGB

 RED value IS 195 (76.56% from 255) = 42.76%

 GREEN value IS 127 (50% from 255) = 27.85%

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

R = 42.76%
G = 27.85%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C37F86 (or 0xC37F86) is known color: Charm. HEX triplet: C3, 7F and 86. RGB value is (195,127,134). Sum of RGB (Red+Green+Blue) = 195+127+134=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 127 (50% from 255 or 27.85% from 456); Blue value is 134 (52.73% from 255 or 29.39% from 456); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37F86 is #3C8079. Grayscale: #949494. Windows color (decimal): -3965050 or 8814531. OLE color: 8814531.

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

Color convert

RGB 195 127 134 -
CMYK 0 0.35 0.31 0.24
HSL 353.82º 0.36% 0.63% -
HSV(B) 353.82º 0.35% 0.76% -
XYZ 34.4 28.5 26.24 -
YUV 148.13 120.03 161.43 -
System Red Green Blue C M Y K H S L
Decimal 195 127 134 0 0.35 0.31 0.24 353.82 0.36 0.63
Hex C3 7F 86 0 23 1F 18 162 24 3F
Octal 303 177 206 0 43 37 30 542 44 77
Binary 11000011 1111111 10000110 0 100011 11111 11000 101100010 100100 111111

Color Harmonies of #C37F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37F86

Black with #C37F86

Text Example


Text Example

White with #C37F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37F86; }

 p { color: rgb(195,127,134); }

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

background-color css

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

 a { background-color: rgb(195,127,134); }

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

border-color css

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

 span { border-color: rgb(195,127,134); }

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