Html Css Color HEX #CD748C Charm

📋 copy color: '#CD748C'

red 205 ◦ green 116 ◦ blue 140

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

Shades of Charm #CD748C

Tints of Charm #CD748C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.37%

R = 44.47%
G = 25.16%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CD748C (or 0xCD748C) is known color: Charm. HEX triplet: CD, 74 and 8C. RGB value is (205,116,140). Sum of RGB (Red+Green+Blue) = 205+116+140=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 116 (45.70% from 255 or 25.16% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 205 - color contains mainly: red. Hex color #CD748C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD748C is #328B73. Grayscale: #919191. Windows color (decimal): -3312500 or 9204941. OLE color: 9204941.

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

Color convert

RGB 205 116 140 -
CMYK 0 0.43 0.32 0.20
HSL 343.82º 0.47% 0.63% -
HSV(B) 343.82º 0.43% 0.8% -
XYZ 36.16 27.36 28.19 -
YUV 145.35 124.99 170.55 -
System Red Green Blue C M Y K H S L
Decimal 205 116 140 0 0.43 0.32 0.20 343.82 0.47 0.63
Hex CD 74 8C 0 2B 20 14 158 2F 3F
Octal 315 164 214 0 53 40 24 530 57 77
Binary 11001101 1110100 10001100 0 101011 100000 10100 101011000 101111 111111

Color Harmonies of #CD748C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD748C

Black with #CD748C

Text Example


Text Example

White with #CD748C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD748C; }

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

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

background-color css

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

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

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

border-color css

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

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

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