Html Css Color HEX #C37D8F Charm

📋 copy color: '#C37D8F'

red 195 ◦ green 125 ◦ blue 143

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

Shades of Charm #C37D8F

Tints of Charm #C37D8F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27%

 BLUE value IS 143 (56.25% from 255) = 30.89%

R = 42.12%
G = 27%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C37D8F (or 0xC37D8F) is known color: Charm. HEX triplet: C3, 7D and 8F. RGB value is (195,125,143). Sum of RGB (Red+Green+Blue) = 195+125+143=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 125 (49.22% from 255 or 27.00% from 463); Blue value is 143 (56.25% from 255 or 30.89% from 463); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37D8F is #3C8270. Grayscale: #939393. Windows color (decimal): -3965553 or 9403843. OLE color: 9403843.

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

Color convert

RGB 195 125 143 -
CMYK 0 0.36 0.27 0.24
HSL 344.57º 0.37% 0.63% -
HSV(B) 344.57º 0.36% 0.76% -
XYZ 34.8 28.25 29.61 -
YUV 147.98 125.19 161.54 -
System Red Green Blue C M Y K H S L
Decimal 195 125 143 0 0.36 0.27 0.24 344.57 0.37 0.63
Hex C3 7D 8F 0 24 1B 18 159 25 3F
Octal 303 175 217 0 44 33 30 531 45 77
Binary 11000011 1111101 10001111 0 100100 11011 11000 101011001 100101 111111

Color Harmonies of #C37D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37D8F

Black with #C37D8F

Text Example


Text Example

White with #C37D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37D8F; }

 p { color: rgb(195,125,143); }

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

background-color css

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

 a { background-color: rgb(195,125,143); }

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

border-color css

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

 span { border-color: rgb(195,125,143); }

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