Html Css Color HEX #CD757B Charm

📋 copy color: '#CD757B'

red 205 ◦ green 117 ◦ blue 123

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

Shades of Charm #CD757B

Tints of Charm #CD757B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.29%

 BLUE value IS 123 (48.44% from 255) = 27.64%

R = 46.07%
G = 26.29%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.4

 K value IS 0.20

RGB Variations

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

Color information

#CD757B (or 0xCD757B) is known color: Charm. HEX triplet: CD, 75 and 7B. RGB value is (205,117,123). Sum of RGB (Red+Green+Blue) = 205+117+123=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 117 (46.09% from 255 or 26.29% from 445); Blue value is 123 (48.44% from 255 or 27.64% from 445); Max value from RGB is 205 - color contains mainly: red. Hex color #CD757B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD757B is #328A84. Grayscale: #909090. Windows color (decimal): -3312261 or 8091085. OLE color: 8091085.

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

Color convert

RGB 205 117 123 -
CMYK 0 0.43 0.4 0.20
HSL 355.91º 0.47% 0.63% -
HSV(B) 355.91º 0.43% 0.8% -
XYZ 35.11 27.13 22.13 -
YUV 144 116.15 171.51 -
System Red Green Blue C M Y K H S L
Decimal 205 117 123 0 0.43 0.4 0.20 355.91 0.47 0.63
Hex CD 75 7B 0 2B 28 14 164 2F 3F
Octal 315 165 173 0 53 50 24 544 57 77
Binary 11001101 1110101 1111011 0 101011 101000 10100 101100100 101111 111111

Color Harmonies of #CD757B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD757B

Black with #CD757B

Text Example


Text Example

White with #CD757B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD757B; }

 p { color: rgb(205,117,123); }

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

background-color css

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

 a { background-color: rgb(205,117,123); }

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

border-color css

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

 span { border-color: rgb(205,117,123); }

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