Html Css Color HEX #C9718B Charm

📋 copy color: '#C9718B'

red 201 ◦ green 113 ◦ blue 139

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

Shades of Charm #C9718B

Tints of Charm #C9718B

RGB

 RED value IS 201 (78.91% from 255) = 44.37%

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

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

R = 44.37%
G = 24.94%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C9718B (or 0xC9718B) is known color: Charm. HEX triplet: C9, 71 and 8B. RGB value is (201,113,139). Sum of RGB (Red+Green+Blue) = 201+113+139=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 113 (44.53% from 255 or 24.94% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 201 - color contains mainly: red. Hex color #C9718B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9718B is #368E74. Grayscale: #8E8E8E. Windows color (decimal): -3575413 or 9138633. OLE color: 9138633.

HSL color Cylindrical-coordinate representation of color #C9718B: hue angle of 342.27º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C9718B is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 113 139 -
CMYK 0 0.44 0.31 0.21
HSL 342.27º 0.45% 0.62% -
HSV(B) 342.27º 0.44% 0.79% -
XYZ 34.65 26.09 27.64 -
YUV 142.28 126.15 169.89 -
System Red Green Blue C M Y K H S L
Decimal 201 113 139 0 0.44 0.31 0.21 342.27 0.45 0.62
Hex C9 71 8B 0 2C 1F 15 156 2D 3E
Octal 311 161 213 0 54 37 25 526 55 76
Binary 11001001 1110001 10001011 0 101100 11111 10101 101010110 101101 111110

Color Harmonies of #C9718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9718B

Black with #C9718B

Text Example


Text Example

White with #C9718B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9718B; }

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

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

background-color css

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

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

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

border-color css

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

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

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