Html Css Color HEX #CD738D Charm

📋 copy color: '#CD738D'

red 205 ◦ green 115 ◦ blue 141

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

Shades of Charm #CD738D

Tints of Charm #CD738D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.95%

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

R = 44.47%
G = 24.95%
B = 30.59%

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

#CD738D (or 0xCD738D) is known color: Charm. HEX triplet: CD, 73 and 8D. RGB value is (205,115,141). Sum of RGB (Red+Green+Blue) = 205+115+141=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 205 - color contains mainly: red. Hex color #CD738D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD738D is #328C72. Grayscale: #909090. Windows color (decimal): -3312755 or 9270221. OLE color: 9270221.

HSL color Cylindrical-coordinate representation of color #CD738D: hue angle of 342.67º degrees, saturation: 0.47, 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 #CD738D is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 115 141 -
CMYK 0 0.44 0.31 0.20
HSL 342.67º 0.47% 0.63% -
HSV(B) 342.67º 0.44% 0.8% -
XYZ 36.12 27.16 28.54 -
YUV 144.87 125.82 170.89 -
System Red Green Blue C M Y K H S L
Decimal 205 115 141 0 0.44 0.31 0.20 342.67 0.47 0.63
Hex CD 73 8D 0 2C 1F 14 157 2F 3F
Octal 315 163 215 0 54 37 24 527 57 77
Binary 11001101 1110011 10001101 0 101100 11111 10100 101010111 101111 111111

Color Harmonies of #CD738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD738D

Black with #CD738D

Text Example


Text Example

White with #CD738D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD738D; }

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

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

background-color css

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

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

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

border-color css

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

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

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