Html Css Color HEX #CD5770 Cabaret

📋 copy color: '#CD5770'

red 205 ◦ green 87 ◦ blue 112

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

Shades of Cabaret #CD5770

Tints of Cabaret #CD5770

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.53%

 BLUE value IS 112 (44.14% from 255) = 27.72%

R = 50.74%
G = 21.53%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CD5770 (or 0xCD5770) is known color: Cabaret. HEX triplet: CD, 57 and 70. RGB value is (205,87,112). Sum of RGB (Red+Green+Blue) = 205+87+112=404 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.74% from 404); Green value is 87 (34.38% from 255 or 21.53% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5770 is #32A88F. Grayscale: #7D7D7D. Windows color (decimal): -3319952 or 7362509. OLE color: 7362509.

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

Color convert

RGB 205 87 112 -
CMYK 0 0.58 0.45 0.20
HSL 347.29º 0.54% 0.57% -
HSV(B) 347.29º 0.58% 0.8% -
XYZ 31.51 20.97 17.72 -
YUV 125.13 120.59 184.97 -
System Red Green Blue C M Y K H S L
Decimal 205 87 112 0 0.58 0.45 0.20 347.29 0.54 0.57
Hex CD 57 70 0 3A 2D 14 15B 36 39
Octal 315 127 160 0 72 55 24 533 66 71
Binary 11001101 1010111 1110000 0 111010 101101 10100 101011011 110110 111001

Color Harmonies of #CD5770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5770

Black with #CD5770

Text Example


Text Example

White with #CD5770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5770; }

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

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

background-color css

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

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

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

border-color css

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

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

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