Html Css Color HEX #CD728D Charm

📋 copy color: '#CD728D'

red 205 ◦ green 114 ◦ blue 141

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

Shades of Charm #CD728D

Tints of Charm #CD728D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.78%

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

R = 44.57%
G = 24.78%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CD728D (or 0xCD728D) is known color: Charm. HEX triplet: CD, 72 and 8D. RGB value is (205,114,141). Sum of RGB (Red+Green+Blue) = 205+114+141=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 114 (44.92% from 255 or 24.78% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 205 - color contains mainly: red. Hex color #CD728D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD728D is #328D72. Grayscale: #909090. Windows color (decimal): -3313011 or 9269965. OLE color: 9269965.

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

Color convert

RGB 205 114 141 -
CMYK 0 0.44 0.31 0.20
HSL 342.2º 0.48% 0.63% -
HSV(B) 342.2º 0.44% 0.8% -
XYZ 36 26.94 28.5 -
YUV 144.29 126.15 171.3 -
System Red Green Blue C M Y K H S L
Decimal 205 114 141 0 0.44 0.31 0.20 342.2 0.48 0.63
Hex CD 72 8D 0 2C 1F 14 156 30 3F
Octal 315 162 215 0 54 37 24 526 60 77
Binary 11001101 1110010 10001101 0 101100 11111 10100 101010110 110000 111111

Color Harmonies of #CD728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD728D

Black with #CD728D

Text Example


Text Example

White with #CD728D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD728D; }

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

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

background-color css

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

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

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

border-color css

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

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

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