Html Css Color HEX #C37082 Charm

📋 copy color: '#C37082'

red 195 ◦ green 112 ◦ blue 130

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

Shades of Charm #C37082

Tints of Charm #C37082

RGB

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

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

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

R = 44.62%
G = 25.63%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C37082 (or 0xC37082) is known color: Charm. HEX triplet: C3, 70 and 82. RGB value is (195,112,130). Sum of RGB (Red+Green+Blue) = 195+112+130=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 130 (51.17% from 255 or 29.75% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C37082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37082 is #3C8F7D. Grayscale: #8A8A8A. Windows color (decimal): -3968894 or 8548547. OLE color: 8548547.

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

Color convert

RGB 195 112 130 -
CMYK 0 0.43 0.33 0.24
HSL 346.99º 0.41% 0.6% -
HSV(B) 346.99º 0.43% 0.76% -
XYZ 32.33 24.8 24.2 -
YUV 138.87 123 168.04 -
System Red Green Blue C M Y K H S L
Decimal 195 112 130 0 0.43 0.33 0.24 346.99 0.41 0.6
Hex C3 70 82 0 2B 21 18 15B 29 3C
Octal 303 160 202 0 53 41 30 533 51 74
Binary 11000011 1110000 10000010 0 101011 100001 11000 101011011 101001 111100

Color Harmonies of #C37082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37082

Black with #C37082

Text Example


Text Example

White with #C37082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37082; }

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

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

background-color css

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

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

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

border-color css

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

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

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