Html Css Color HEX #C37D8D Charm

📋 copy color: '#C37D8D'

red 195 ◦ green 125 ◦ blue 141

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

Shades of Charm #C37D8D

Tints of Charm #C37D8D

RGB

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

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

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

R = 42.3%
G = 27.11%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C37D8D (or 0xC37D8D) is known color: Charm. HEX triplet: C3, 7D and 8D. RGB value is (195,125,141). Sum of RGB (Red+Green+Blue) = 195+125+141=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37D8D is #3C8272. Grayscale: #939393. Windows color (decimal): -3965555 or 9272771. OLE color: 9272771.

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

Color convert

RGB 195 125 141 -
CMYK 0 0.36 0.28 0.24
HSL 346.29º 0.37% 0.63% -
HSV(B) 346.29º 0.36% 0.76% -
XYZ 34.65 28.19 28.81 -
YUV 147.75 124.19 161.7 -
System Red Green Blue C M Y K H S L
Decimal 195 125 141 0 0.36 0.28 0.24 346.29 0.37 0.63
Hex C3 7D 8D 0 24 1C 18 15A 25 3F
Octal 303 175 215 0 44 34 30 532 45 77
Binary 11000011 1111101 10001101 0 100100 11100 11000 101011010 100101 111111

Color Harmonies of #C37D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37D8D

Black with #C37D8D

Text Example


Text Example

White with #C37D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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