Html Css Color HEX #CD5970 Cabaret

📋 copy color: '#CD5970'

red 205 ◦ green 89 ◦ blue 112

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

Shades of Cabaret #CD5970

Tints of Cabaret #CD5970

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.92%

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

R = 50.49%
G = 21.92%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CD5970 (or 0xCD5970) is known color: Cabaret. HEX triplet: CD, 59 and 70. RGB value is (205,89,112). Sum of RGB (Red+Green+Blue) = 205+89+112=406 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.49% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5970 is #32A68F. Grayscale: #7E7E7E. Windows color (decimal): -3319440 or 7363021. OLE color: 7363021.

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

Color convert

RGB 205 89 112 -
CMYK 0 0.57 0.45 0.20
HSL 348.1º 0.54% 0.58% -
HSV(B) 348.1º 0.57% 0.8% -
XYZ 31.67 21.29 17.77 -
YUV 126.31 119.93 184.13 -
System Red Green Blue C M Y K H S L
Decimal 205 89 112 0 0.57 0.45 0.20 348.1 0.54 0.58
Hex CD 59 70 0 39 2D 14 15C 36 3A
Octal 315 131 160 0 71 55 24 534 66 72
Binary 11001101 1011001 1110000 0 111001 101101 10100 101011100 110110 111010

Color Harmonies of #CD5970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5970

Black with #CD5970

Text Example


Text Example

White with #CD5970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5970; }

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

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

background-color css

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

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

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

border-color css

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

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

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