Html Css Color HEX #C37D80 Charm

📋 copy color: '#C37D80'

red 195 ◦ green 125 ◦ blue 128

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

Shades of Charm #C37D80

Tints of Charm #C37D80

RGB

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

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

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

R = 43.53%
G = 27.9%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C37D80 (or 0xC37D80) is known color: Charm. HEX triplet: C3, 7D and 80. RGB value is (195,125,128). Sum of RGB (Red+Green+Blue) = 195+125+128=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37D80 is #3C827F. Grayscale: #929292. Windows color (decimal): -3965568 or 8420803. OLE color: 8420803.

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

Color convert

RGB 195 125 128 -
CMYK 0 0.36 0.34 0.24
HSL 357.43º 0.37% 0.63% -
HSV(B) 357.43º 0.36% 0.76% -
XYZ 33.74 27.83 24.02 -
YUV 146.27 117.69 162.76 -
System Red Green Blue C M Y K H S L
Decimal 195 125 128 0 0.36 0.34 0.24 357.43 0.37 0.63
Hex C3 7D 80 0 24 22 18 165 25 3F
Octal 303 175 200 0 44 42 30 545 45 77
Binary 11000011 1111101 10000000 0 100100 100010 11000 101100101 100101 111111

Color Harmonies of #C37D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37D80

Black with #C37D80

Text Example


Text Example

White with #C37D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37D80; }

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

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

background-color css

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

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

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

border-color css

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

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

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