Html Css Color HEX #CD747C Charm

📋 copy color: '#CD747C'

red 205 ◦ green 116 ◦ blue 124

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

Shades of Charm #CD747C

Tints of Charm #CD747C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.87%

R = 46.07%
G = 26.07%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CD747C (or 0xCD747C) is known color: Charm. HEX triplet: CD, 74 and 7C. RGB value is (205,116,124). Sum of RGB (Red+Green+Blue) = 205+116+124=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 116 (45.70% from 255 or 26.07% from 445); Blue value is 124 (48.83% from 255 or 27.87% from 445); Max value from RGB is 205 - color contains mainly: red. Hex color #CD747C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD747C is #328B83. Grayscale: #8F8F8F. Windows color (decimal): -3312516 or 8156365. OLE color: 8156365.

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

Color convert

RGB 205 116 124 -
CMYK 0 0.43 0.40 0.20
HSL 354.61º 0.47% 0.63% -
HSV(B) 354.61º 0.43% 0.8% -
XYZ 35.06 26.93 22.42 -
YUV 143.52 116.99 171.85 -
System Red Green Blue C M Y K H S L
Decimal 205 116 124 0 0.43 0.40 0.20 354.61 0.47 0.63
Hex CD 74 7C 0 2B 28 14 163 2F 3F
Octal 315 164 174 0 53 50 24 543 57 77
Binary 11001101 1110100 1111100 0 101011 101000 10100 101100011 101111 111111

Color Harmonies of #CD747C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD747C

Black with #CD747C

Text Example


Text Example

White with #CD747C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD747C; }

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

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

background-color css

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

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

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

border-color css

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

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

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