Html Css Color HEX #C37482 Charm

📋 copy color: '#C37482'

red 195 ◦ green 116 ◦ blue 130

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

Shades of Charm #C37482

Tints of Charm #C37482

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.3%

 BLUE value IS 130 (51.17% from 255) = 29.48%

R = 44.22%
G = 26.3%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C37482 (or 0xC37482) is known color: Charm. HEX triplet: C3, 74 and 82. RGB value is (195,116,130). Sum of RGB (Red+Green+Blue) = 195+116+130=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 116 (45.70% from 255 or 26.30% from 441); Blue value is 130 (51.17% from 255 or 29.48% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C37482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37482 is #3C8B7D. Grayscale: #8D8D8D. Windows color (decimal): -3967870 or 8549571. OLE color: 8549571.

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

Color convert

RGB 195 116 130 -
CMYK 0 0.41 0.33 0.24
HSL 349.37º 0.4% 0.61% -
HSV(B) 349.37º 0.41% 0.76% -
XYZ 32.78 25.7 24.35 -
YUV 141.22 121.67 166.36 -
System Red Green Blue C M Y K H S L
Decimal 195 116 130 0 0.41 0.33 0.24 349.37 0.4 0.61
Hex C3 74 82 0 29 21 18 15D 28 3D
Octal 303 164 202 0 51 41 30 535 50 75
Binary 11000011 1110100 10000010 0 101001 100001 11000 101011101 101000 111101

Color Harmonies of #C37482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37482

Black with #C37482

Text Example


Text Example

White with #C37482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37482; }

 p { color: rgb(195,116,130); }

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

background-color css

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

 a { background-color: rgb(195,116,130); }

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

border-color css

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

 span { border-color: rgb(195,116,130); }

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