Html Css Color HEX #CD738C Charm

📋 copy color: '#CD738C'

red 205 ◦ green 115 ◦ blue 140

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

Shades of Charm #CD738C

Tints of Charm #CD738C

RGB

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

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

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

R = 44.57%
G = 25%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CD738C (or 0xCD738C) is known color: Charm. HEX triplet: CD, 73 and 8C. RGB value is (205,115,140). Sum of RGB (Red+Green+Blue) = 205+115+140=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 115 (45.31% from 255 or 25% from 460); Blue value is 140 (55.08% from 255 or 30.43% from 460); Max value from RGB is 205 - color contains mainly: red. Hex color #CD738C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD738C is #328C73. Grayscale: #909090. Windows color (decimal): -3312756 or 9204685. OLE color: 9204685.

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

Color convert

RGB 205 115 140 -
CMYK 0 0.44 0.32 0.20
HSL 343.33º 0.47% 0.63% -
HSV(B) 343.33º 0.44% 0.8% -
XYZ 36.04 27.13 28.15 -
YUV 144.76 125.32 170.97 -
System Red Green Blue C M Y K H S L
Decimal 205 115 140 0 0.44 0.32 0.20 343.33 0.47 0.63
Hex CD 73 8C 0 2C 20 14 157 2F 3F
Octal 315 163 214 0 54 40 24 527 57 77
Binary 11001101 1110011 10001100 0 101100 100000 10100 101010111 101111 111111

Color Harmonies of #CD738C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD738C

Black with #CD738C

Text Example


Text Example

White with #CD738C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD738C; }

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

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

background-color css

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

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

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

border-color css

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

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

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