Html Css Color HEX #C4768D Charm

📋 copy color: '#C4768D'

red 196 ◦ green 118 ◦ blue 141

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

Shades of Charm #C4768D

Tints of Charm #C4768D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.93%

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

R = 43.08%
G = 25.93%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C4768D (or 0xC4768D) is known color: Charm. HEX triplet: C4, 76 and 8D. RGB value is (196,118,141). Sum of RGB (Red+Green+Blue) = 196+118+141=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 141 (55.47% from 255 or 30.99% from 455); Max value from RGB is 196 - color contains mainly: red. Hex color #C4768D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4768D is #3B8972. Grayscale: #8F8F8F. Windows color (decimal): -3901811 or 9270980. OLE color: 9270980.

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

Color convert

RGB 196 118 141 -
CMYK 0 0.40 0.28 0.23
HSL 342.31º 0.4% 0.62% -
HSV(B) 342.31º 0.4% 0.77% -
XYZ 34.05 26.62 28.54 -
YUV 143.94 126.34 165.13 -
System Red Green Blue C M Y K H S L
Decimal 196 118 141 0 0.40 0.28 0.23 342.31 0.4 0.62
Hex C4 76 8D 0 28 1C 17 156 28 3E
Octal 304 166 215 0 50 34 27 526 50 76
Binary 11000100 1110110 10001101 0 101000 11100 10111 101010110 101000 111110

Color Harmonies of #C4768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4768D

Black with #C4768D

Text Example


Text Example

White with #C4768D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4768D; }

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

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

background-color css

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

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

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

border-color css

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

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

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