Html Css Color HEX #C37D8A Charm

📋 copy color: '#C37D8A'

red 195 ◦ green 125 ◦ blue 138

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

Shades of Charm #C37D8A

Tints of Charm #C37D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.13%

R = 42.58%
G = 27.29%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C37D8A (or 0xC37D8A) is known color: Charm. HEX triplet: C3, 7D and 8A. RGB value is (195,125,138). Sum of RGB (Red+Green+Blue) = 195+125+138=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 125 (49.22% from 255 or 27.29% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37D8A is #3C8275. Grayscale: #939393. Windows color (decimal): -3965558 or 9076163. OLE color: 9076163.

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

Color convert

RGB 195 125 138 -
CMYK 0 0.36 0.29 0.24
HSL 348.86º 0.37% 0.63% -
HSV(B) 348.86º 0.36% 0.76% -
XYZ 34.43 28.1 27.65 -
YUV 147.41 122.69 161.94 -
System Red Green Blue C M Y K H S L
Decimal 195 125 138 0 0.36 0.29 0.24 348.86 0.37 0.63
Hex C3 7D 8A 0 24 1D 18 15D 25 3F
Octal 303 175 212 0 44 35 30 535 45 77
Binary 11000011 1111101 10001010 0 100100 11101 11000 101011101 100101 111111

Color Harmonies of #C37D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37D8A

Black with #C37D8A

Text Example


Text Example

White with #C37D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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