Html Css Color HEX #CD7089 Charm

📋 copy color: '#CD7089'

red 205 ◦ green 112 ◦ blue 137

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

Shades of Charm #CD7089

Tints of Charm #CD7089

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.67%

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

R = 45.15%
G = 24.67%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CD7089 (or 0xCD7089) is known color: Charm. HEX triplet: CD, 70 and 89. RGB value is (205,112,137). Sum of RGB (Red+Green+Blue) = 205+112+137=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 137 (53.91% from 255 or 30.18% from 454); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7089 is #328F76. Grayscale: #8E8E8E. Windows color (decimal): -3313527 or 9007309. OLE color: 9007309.

HSL color Cylindrical-coordinate representation of color #CD7089: hue angle of 343.87º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CD7089 is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 112 137 -
CMYK 0 0.45 0.33 0.20
HSL 343.87º 0.48% 0.62% -
HSV(B) 343.87º 0.45% 0.8% -
XYZ 35.49 26.37 26.89 -
YUV 142.66 124.81 172.47 -
System Red Green Blue C M Y K H S L
Decimal 205 112 137 0 0.45 0.33 0.20 343.87 0.48 0.62
Hex CD 70 89 0 2D 21 14 158 30 3E
Octal 315 160 211 0 55 41 24 530 60 76
Binary 11001101 1110000 10001001 0 101101 100001 10100 101011000 110000 111110

Color Harmonies of #CD7089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7089

Black with #CD7089

Text Example


Text Example

White with #CD7089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7089; }

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

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

background-color css

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

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

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

border-color css

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

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

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