Html Css Color HEX #C37F8D Charm

📋 copy color: '#C37F8D'

red 195 ◦ green 127 ◦ blue 141

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

Shades of Charm #C37F8D

Tints of Charm #C37F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.45%

R = 42.12%
G = 27.43%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C37F8D (or 0xC37F8D) is known color: Charm. HEX triplet: C3, 7F and 8D. RGB value is (195,127,141). Sum of RGB (Red+Green+Blue) = 195+127+141=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37F8D is #3C8072. Grayscale: #949494. Windows color (decimal): -3965043 or 9273283. OLE color: 9273283.

HSL color Cylindrical-coordinate representation of color #C37F8D: hue angle of 347.65º 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 #C37F8D is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 127 141 -
CMYK 0 0.35 0.28 0.24
HSL 347.65º 0.36% 0.63% -
HSV(B) 347.65º 0.35% 0.76% -
XYZ 34.9 28.7 28.9 -
YUV 148.93 123.53 160.86 -
System Red Green Blue C M Y K H S L
Decimal 195 127 141 0 0.35 0.28 0.24 347.65 0.36 0.63
Hex C3 7F 8D 0 23 1C 18 15C 24 3F
Octal 303 177 215 0 43 34 30 534 44 77
Binary 11000011 1111111 10001101 0 100011 11100 11000 101011100 100100 111111

Color Harmonies of #C37F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37F8D

Black with #C37F8D

Text Example


Text Example

White with #C37F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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