Html Css Color HEX #C37080 Charm

📋 copy color: '#C37080'

red 195 ◦ green 112 ◦ blue 128

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

Shades of Charm #C37080

Tints of Charm #C37080

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.75%

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

R = 44.83%
G = 25.75%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C37080 (or 0xC37080) is known color: Charm. HEX triplet: C3, 70 and 80. RGB value is (195,112,128). Sum of RGB (Red+Green+Blue) = 195+112+128=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C37080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37080 is #3C8F7F. Grayscale: #8A8A8A. Windows color (decimal): -3968896 or 8417475. OLE color: 8417475.

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

Color convert

RGB 195 112 128 -
CMYK 0 0.43 0.34 0.24
HSL 348.43º 0.41% 0.6% -
HSV(B) 348.43º 0.43% 0.76% -
XYZ 32.2 24.75 23.5 -
YUV 138.64 122 168.2 -
System Red Green Blue C M Y K H S L
Decimal 195 112 128 0 0.43 0.34 0.24 348.43 0.41 0.6
Hex C3 70 80 0 2B 22 18 15C 29 3C
Octal 303 160 200 0 53 42 30 534 51 74
Binary 11000011 1110000 10000000 0 101011 100010 11000 101011100 101001 111100

Color Harmonies of #C37080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37080

Black with #C37080

Text Example


Text Example

White with #C37080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37080; }

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

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

background-color css

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

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

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

border-color css

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

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

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