Html Css Color HEX #CD718B Charm

📋 copy color: '#CD718B'

red 205 ◦ green 113 ◦ blue 139

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

Shades of Charm #CD718B

Tints of Charm #CD718B

RGB

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

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

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

R = 44.86%
G = 24.73%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CD718B (or 0xCD718B) is known color: Charm. HEX triplet: CD, 71 and 8B. RGB value is (205,113,139). Sum of RGB (Red+Green+Blue) = 205+113+139=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 205 - color contains mainly: red. Hex color #CD718B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD718B is #328E74. Grayscale: #8F8F8F. Windows color (decimal): -3313269 or 9138637. OLE color: 9138637.

HSL color Cylindrical-coordinate representation of color #CD718B: hue angle of 343.04º 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 #CD718B is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 113 139 -
CMYK 0 0.45 0.32 0.20
HSL 343.04º 0.48% 0.62% -
HSV(B) 343.04º 0.45% 0.8% -
XYZ 35.74 26.65 27.69 -
YUV 143.47 125.48 171.89 -
System Red Green Blue C M Y K H S L
Decimal 205 113 139 0 0.45 0.32 0.20 343.04 0.48 0.62
Hex CD 71 8B 0 2D 20 14 157 30 3E
Octal 315 161 213 0 55 40 24 527 60 76
Binary 11001101 1110001 10001011 0 101101 100000 10100 101010111 110000 111110

Color Harmonies of #CD718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD718B

Black with #CD718B

Text Example


Text Example

White with #CD718B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD718B; }

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

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

background-color css

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

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

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

border-color css

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

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

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