Html Css Color HEX #C4718B Charm

📋 copy color: '#C4718B'

red 196 ◦ green 113 ◦ blue 139

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

Shades of Charm #C4718B

Tints of Charm #C4718B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.22%

 BLUE value IS 139 (54.69% from 255) = 31.03%

R = 43.75%
G = 25.22%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C4718B (or 0xC4718B) is known color: Charm. HEX triplet: C4, 71 and 8B. RGB value is (196,113,139). Sum of RGB (Red+Green+Blue) = 196+113+139=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 113 (44.53% from 255 or 25.22% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 196 - color contains mainly: red. Hex color #C4718B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4718B is #3B8E74. Grayscale: #8C8C8C. Windows color (decimal): -3903093 or 9138628. OLE color: 9138628.

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

Color convert

RGB 196 113 139 -
CMYK 0 0.42 0.29 0.23
HSL 341.2º 0.41% 0.61% -
HSV(B) 341.2º 0.42% 0.77% -
XYZ 33.33 25.41 27.57 -
YUV 140.78 127 167.39 -
System Red Green Blue C M Y K H S L
Decimal 196 113 139 0 0.42 0.29 0.23 341.2 0.41 0.61
Hex C4 71 8B 0 2A 1D 17 155 29 3D
Octal 304 161 213 0 52 35 27 525 51 75
Binary 11000100 1110001 10001011 0 101010 11101 10111 101010101 101001 111101

Color Harmonies of #C4718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4718B

Black with #C4718B

Text Example


Text Example

White with #C4718B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4718B; }

 p { color: rgb(196,113,139); }

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

background-color css

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

 a { background-color: rgb(196,113,139); }

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

border-color css

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

 span { border-color: rgb(196,113,139); }

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