Html Css Color HEX #CD748B Charm

📋 copy color: '#CD748B'

red 205 ◦ green 116 ◦ blue 139

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

Shades of Charm #CD748B

Tints of Charm #CD748B

RGB

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

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

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

R = 44.57%
G = 25.22%
B = 30.22%

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

#CD748B (or 0xCD748B) is known color: Charm. HEX triplet: CD, 74 and 8B. RGB value is (205,116,139). Sum of RGB (Red+Green+Blue) = 205+116+139=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 116 (45.70% from 255 or 25.22% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 205 - color contains mainly: red. Hex color #CD748B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD748B is #328B74. Grayscale: #919191. Windows color (decimal): -3312501 or 9139405. OLE color: 9139405.

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

Color convert

RGB 205 116 139 -
CMYK 0 0.43 0.32 0.20
HSL 344.49º 0.47% 0.63% -
HSV(B) 344.49º 0.43% 0.8% -
XYZ 36.08 27.33 27.8 -
YUV 145.23 124.49 170.63 -
System Red Green Blue C M Y K H S L
Decimal 205 116 139 0 0.43 0.32 0.20 344.49 0.47 0.63
Hex CD 74 8B 0 2B 20 14 158 2F 3F
Octal 315 164 213 0 53 40 24 530 57 77
Binary 11001101 1110100 10001011 0 101011 100000 10100 101011000 101111 111111

Color Harmonies of #CD748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD748B

Black with #CD748B

Text Example


Text Example

White with #CD748B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD748B; }

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

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

background-color css

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

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

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

border-color css

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

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

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