Html Css Color HEX #C37D8C Charm

📋 copy color: '#C37D8C'

red 195 ◦ green 125 ◦ blue 140

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

Shades of Charm #C37D8C

Tints of Charm #C37D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.43%

R = 42.39%
G = 27.17%
B = 30.43%

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

#C37D8C (or 0xC37D8C) is known color: Charm. HEX triplet: C3, 7D and 8C. RGB value is (195,125,140). Sum of RGB (Red+Green+Blue) = 195+125+140=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 140 (55.08% from 255 or 30.43% from 460); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37D8C is #3C8273. Grayscale: #939393. Windows color (decimal): -3965556 or 9207235. OLE color: 9207235.

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

Color convert

RGB 195 125 140 -
CMYK 0 0.36 0.28 0.24
HSL 347.14º 0.37% 0.63% -
HSV(B) 347.14º 0.36% 0.76% -
XYZ 34.57 28.16 28.42 -
YUV 147.64 123.69 161.78 -
System Red Green Blue C M Y K H S L
Decimal 195 125 140 0 0.36 0.28 0.24 347.14 0.37 0.63
Hex C3 7D 8C 0 24 1C 18 15B 25 3F
Octal 303 175 214 0 44 34 30 533 45 77
Binary 11000011 1111101 10001100 0 100100 11100 11000 101011011 100101 111111

Color Harmonies of #C37D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37D8C

Black with #C37D8C

Text Example


Text Example

White with #C37D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37D8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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