Html Css Color HEX #CD7589 Charm

📋 copy color: '#CD7589'

red 205 ◦ green 117 ◦ blue 137

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

Shades of Charm #CD7589

Tints of Charm #CD7589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 29.85%

R = 44.66%
G = 25.49%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CD7589 (or 0xCD7589) is known color: Charm. HEX triplet: CD, 75 and 89. RGB value is (205,117,137). Sum of RGB (Red+Green+Blue) = 205+117+137=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 137 (53.91% from 255 or 29.85% from 459); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7589 is #328A76. Grayscale: #919191. Windows color (decimal): -3312247 or 9008589. OLE color: 9008589.

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

Color convert

RGB 205 117 137 -
CMYK 0 0.43 0.33 0.20
HSL 346.36º 0.47% 0.63% -
HSV(B) 346.36º 0.43% 0.8% -
XYZ 36.05 27.51 27.08 -
YUV 145.59 123.15 170.37 -
System Red Green Blue C M Y K H S L
Decimal 205 117 137 0 0.43 0.33 0.20 346.36 0.47 0.63
Hex CD 75 89 0 2B 21 14 15A 2F 3F
Octal 315 165 211 0 53 41 24 532 57 77
Binary 11001101 1110101 10001001 0 101011 100001 10100 101011010 101111 111111

Color Harmonies of #CD7589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7589

Black with #CD7589

Text Example


Text Example

White with #CD7589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7589; }

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

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

background-color css

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

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

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

border-color css

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

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

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