Html Css Color HEX #C37084 Charm

📋 copy color: '#C37084'

red 195 ◦ green 112 ◦ blue 132

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

Shades of Charm #C37084

Tints of Charm #C37084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 30.07%

R = 44.42%
G = 25.51%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C37084 (or 0xC37084) is known color: Charm. HEX triplet: C3, 70 and 84. RGB value is (195,112,132). Sum of RGB (Red+Green+Blue) = 195+112+132=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 195 - color contains mainly: red. Hex color #C37084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37084 is #3C8F7B. Grayscale: #8B8B8B. Windows color (decimal): -3968892 or 8679619. OLE color: 8679619.

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

Color convert

RGB 195 112 132 -
CMYK 0 0.43 0.32 0.24
HSL 345.54º 0.41% 0.6% -
HSV(B) 345.54º 0.43% 0.76% -
XYZ 32.46 24.86 24.92 -
YUV 139.1 124 167.87 -
System Red Green Blue C M Y K H S L
Decimal 195 112 132 0 0.43 0.32 0.24 345.54 0.41 0.6
Hex C3 70 84 0 2B 20 18 15A 29 3C
Octal 303 160 204 0 53 40 30 532 51 74
Binary 11000011 1110000 10000100 0 101011 100000 11000 101011010 101001 111100

Color Harmonies of #C37084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37084

Black with #C37084

Text Example


Text Example

White with #C37084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37084; }

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

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

background-color css

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

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

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

border-color css

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

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

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