Html Css Color HEX #CD718D Charm

📋 copy color: '#CD718D'

red 205 ◦ green 113 ◦ blue 141

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

Shades of Charm #CD718D

Tints of Charm #CD718D

RGB

 RED value IS 205 (80.47% from 255) = 44.66%

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

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

R = 44.66%
G = 24.62%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CD718D (or 0xCD718D) is known color: Charm. HEX triplet: CD, 71 and 8D. RGB value is (205,113,141). Sum of RGB (Red+Green+Blue) = 205+113+141=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 113 (44.53% from 255 or 24.62% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 205 - color contains mainly: red. Hex color #CD718D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD718D is #328E72. Grayscale: #8F8F8F. Windows color (decimal): -3313267 or 9269709. OLE color: 9269709.

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

Color convert

RGB 205 113 141 -
CMYK 0 0.45 0.31 0.20
HSL 341.74º 0.48% 0.62% -
HSV(B) 341.74º 0.45% 0.8% -
XYZ 35.89 26.71 28.46 -
YUV 143.7 126.48 171.72 -
System Red Green Blue C M Y K H S L
Decimal 205 113 141 0 0.45 0.31 0.20 341.74 0.48 0.62
Hex CD 71 8D 0 2D 1F 14 156 30 3E
Octal 315 161 215 0 55 37 24 526 60 76
Binary 11001101 1110001 10001101 0 101101 11111 10100 101010110 110000 111110

Color Harmonies of #CD718D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD718D

Black with #CD718D

Text Example


Text Example

White with #CD718D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD718D; }

 p { color: rgb(205,113,141); }

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

background-color css

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

 a { background-color: rgb(205,113,141); }

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

border-color css

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

 span { border-color: rgb(205,113,141); }

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