Html Css Color HEX #C37580 Charm

📋 copy color: '#C37580'

red 195 ◦ green 117 ◦ blue 128

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

Shades of Charm #C37580

Tints of Charm #C37580

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.59%

 BLUE value IS 128 (50.39% from 255) = 29.09%

R = 44.32%
G = 26.59%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C37580 (or 0xC37580) is known color: Charm. HEX triplet: C3, 75 and 80. RGB value is (195,117,128). Sum of RGB (Red+Green+Blue) = 195+117+128=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 128 (50.39% from 255 or 29.09% from 440); Max value from RGB is 195 - color contains mainly: red. Hex color #C37580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37580 is #3C8A7F. Grayscale: #8D8D8D. Windows color (decimal): -3967616 or 8418755. OLE color: 8418755.

HSL color Cylindrical-coordinate representation of color #C37580: hue angle of 351.54º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C37580 is Cyan = 0, Magento = 0.4, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 117 128 -
CMYK 0 0.4 0.34 0.24
HSL 351.54º 0.39% 0.61% -
HSV(B) 351.54º 0.4% 0.76% -
XYZ 32.76 25.88 23.69 -
YUV 141.58 120.34 166.11 -
System Red Green Blue C M Y K H S L
Decimal 195 117 128 0 0.4 0.34 0.24 351.54 0.39 0.61
Hex C3 75 80 0 28 22 18 160 27 3D
Octal 303 165 200 0 50 42 30 540 47 75
Binary 11000011 1110101 10000000 0 101000 100010 11000 101100000 100111 111101

Color Harmonies of #C37580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37580

Black with #C37580

Text Example


Text Example

White with #C37580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37580; }

 p { color: rgb(195,117,128); }

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

background-color css

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

 a { background-color: rgb(195,117,128); }

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

border-color css

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

 span { border-color: rgb(195,117,128); }

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