Html Css Color HEX #C3748D Charm

📋 copy color: '#C3748D'

red 195 ◦ green 116 ◦ blue 141

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

Shades of Charm #C3748D

Tints of Charm #C3748D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.19%

R = 43.14%
G = 25.66%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C3748D (or 0xC3748D) is known color: Charm. HEX triplet: C3, 74 and 8D. RGB value is (195,116,141). Sum of RGB (Red+Green+Blue) = 195+116+141=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 116 (45.70% from 255 or 25.66% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 195 - color contains mainly: red. Hex color #C3748D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3748D is #3C8B72. Grayscale: #8E8E8E. Windows color (decimal): -3967859 or 9270467. OLE color: 9270467.

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

Color convert

RGB 195 116 141 -
CMYK 0 0.41 0.28 0.24
HSL 341.01º 0.4% 0.61% -
HSV(B) 341.01º 0.41% 0.76% -
XYZ 33.56 26.02 28.45 -
YUV 142.47 127.17 165.47 -
System Red Green Blue C M Y K H S L
Decimal 195 116 141 0 0.41 0.28 0.24 341.01 0.4 0.61
Hex C3 74 8D 0 29 1C 18 155 28 3D
Octal 303 164 215 0 51 34 30 525 50 75
Binary 11000011 1110100 10001101 0 101001 11100 11000 101010101 101000 111101

Color Harmonies of #C3748D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3748D

Black with #C3748D

Text Example


Text Example

White with #C3748D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3748D; }

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

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

background-color css

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

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

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

border-color css

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

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

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