Html Css Color HEX #CD748F Charm

📋 copy color: '#CD748F'

red 205 ◦ green 116 ◦ blue 143

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

Shades of Charm #CD748F

Tints of Charm #CD748F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25%

 BLUE value IS 143 (56.25% from 255) = 30.82%

R = 44.18%
G = 25%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CD748F (or 0xCD748F) is known color: Charm. HEX triplet: CD, 74 and 8F. RGB value is (205,116,143). Sum of RGB (Red+Green+Blue) = 205+116+143=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 116 (45.70% from 255 or 25% from 464); Blue value is 143 (56.25% from 255 or 30.82% from 464); Max value from RGB is 205 - color contains mainly: red. Hex color #CD748F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD748F is #328B70. Grayscale: #919191. Windows color (decimal): -3312497 or 9401549. OLE color: 9401549.

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

Color convert

RGB 205 116 143 -
CMYK 0 0.43 0.30 0.20
HSL 341.8º 0.47% 0.63% -
HSV(B) 341.8º 0.43% 0.8% -
XYZ 36.38 27.45 29.37 -
YUV 145.69 126.49 170.3 -
System Red Green Blue C M Y K H S L
Decimal 205 116 143 0 0.43 0.30 0.20 341.8 0.47 0.63
Hex CD 74 8F 0 2B 1E 14 156 2F 3F
Octal 315 164 217 0 53 36 24 526 57 77
Binary 11001101 1110100 10001111 0 101011 11110 10100 101010110 101111 111111

Color Harmonies of #CD748F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD748F

Black with #CD748F

Text Example


Text Example

White with #CD748F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD748F; }

 p { color: rgb(205,116,143); }

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

background-color css

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

 a { background-color: rgb(205,116,143); }

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

border-color css

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

 span { border-color: rgb(205,116,143); }

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