Html Css Color HEX #C37382 Charm

📋 copy color: '#C37382'

red 195 ◦ green 115 ◦ blue 130

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

Shades of Charm #C37382

Tints of Charm #C37382

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.14%

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

R = 44.32%
G = 26.14%
B = 29.55%

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

#C37382 (or 0xC37382) is known color: Charm. HEX triplet: C3, 73 and 82. RGB value is (195,115,130). Sum of RGB (Red+Green+Blue) = 195+115+130=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 115 (45.31% from 255 or 26.14% from 440); Blue value is 130 (51.17% from 255 or 29.55% from 440); Max value from RGB is 195 - color contains mainly: red. Hex color #C37382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37382 is #3C8C7D. Grayscale: #8C8C8C. Windows color (decimal): -3968126 or 8549315. OLE color: 8549315.

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

Color convert

RGB 195 115 130 -
CMYK 0 0.41 0.33 0.24
HSL 348.75º 0.4% 0.61% -
HSV(B) 348.75º 0.41% 0.76% -
XYZ 32.67 25.48 24.31 -
YUV 140.63 122 166.78 -
System Red Green Blue C M Y K H S L
Decimal 195 115 130 0 0.41 0.33 0.24 348.75 0.4 0.61
Hex C3 73 82 0 29 21 18 15D 28 3D
Octal 303 163 202 0 51 41 30 535 50 75
Binary 11000011 1110011 10000010 0 101001 100001 11000 101011101 101000 111101

Color Harmonies of #C37382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37382

Black with #C37382

Text Example


Text Example

White with #C37382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37382; }

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

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

background-color css

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

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

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

border-color css

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

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

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