Html Css Color HEX #CD737D Charm

📋 copy color: '#CD737D'

red 205 ◦ green 115 ◦ blue 125

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

Shades of Charm #CD737D

Tints of Charm #CD737D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.09%

R = 46.07%
G = 25.84%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CD737D (or 0xCD737D) is known color: Charm. HEX triplet: CD, 73 and 7D. RGB value is (205,115,125). Sum of RGB (Red+Green+Blue) = 205+115+125=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 115 (45.31% from 255 or 25.84% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 205 - color contains mainly: red. Hex color #CD737D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD737D is #328C82. Grayscale: #8F8F8F. Windows color (decimal): -3312771 or 8221645. OLE color: 8221645.

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

Color convert

RGB 205 115 125 -
CMYK 0 0.44 0.39 0.20
HSL 353.33º 0.47% 0.63% -
HSV(B) 353.33º 0.44% 0.8% -
XYZ 35.01 26.72 22.71 -
YUV 143.05 117.82 172.19 -
System Red Green Blue C M Y K H S L
Decimal 205 115 125 0 0.44 0.39 0.20 353.33 0.47 0.63
Hex CD 73 7D 0 2C 27 14 161 2F 3F
Octal 315 163 175 0 54 47 24 541 57 77
Binary 11001101 1110011 1111101 0 101100 100111 10100 101100001 101111 111111

Color Harmonies of #CD737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD737D

Black with #CD737D

Text Example


Text Example

White with #CD737D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD737D; }

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

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

background-color css

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

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

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

border-color css

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

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

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