Html Css Color HEX #C4748D Charm

📋 copy color: '#C4748D'

red 196 ◦ green 116 ◦ blue 141

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

Shades of Charm #C4748D

Tints of Charm #C4748D

RGB

 RED value IS 196 (76.95% from 255) = 43.27%

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

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

R = 43.27%
G = 25.61%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C4748D (or 0xC4748D) is known color: Charm. HEX triplet: C4, 74 and 8D. RGB value is (196,116,141). Sum of RGB (Red+Green+Blue) = 196+116+141=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 116 (45.70% from 255 or 25.61% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 196 - color contains mainly: red. Hex color #C4748D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4748D is #3B8B72. Grayscale: #8E8E8E. Windows color (decimal): -3902323 or 9270468. OLE color: 9270468.

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

Color convert

RGB 196 116 141 -
CMYK 0 0.41 0.28 0.23
HSL 341.25º 0.4% 0.61% -
HSV(B) 341.25º 0.41% 0.77% -
XYZ 33.82 26.15 28.46 -
YUV 142.77 127 165.97 -
System Red Green Blue C M Y K H S L
Decimal 196 116 141 0 0.41 0.28 0.23 341.25 0.4 0.61
Hex C4 74 8D 0 29 1C 17 155 28 3D
Octal 304 164 215 0 51 34 27 525 50 75
Binary 11000100 1110100 10001101 0 101001 11100 10111 101010101 101000 111101

Color Harmonies of #C4748D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4748D

Black with #C4748D

Text Example


Text Example

White with #C4748D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4748D; }

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

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

background-color css

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

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

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

border-color css

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

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

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