Html Css Color HEX #CD5D70 Cabaret

📋 copy color: '#CD5D70'

red 205 ◦ green 93 ◦ blue 112

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

Shades of Cabaret #CD5D70

Tints of Cabaret #CD5D70

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.68%

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

R = 50%
G = 22.68%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CD5D70 (or 0xCD5D70) is known color: Cabaret. HEX triplet: CD, 5D and 70. RGB value is (205,93,112). Sum of RGB (Red+Green+Blue) = 205+93+112=410 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5D70 is #32A28F. Grayscale: #808080. Windows color (decimal): -3318416 or 7364045. OLE color: 7364045.

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

Color convert

RGB 205 93 112 -
CMYK 0 0.55 0.45 0.20
HSL 349.82º 0.53% 0.58% -
HSV(B) 349.82º 0.55% 0.8% -
XYZ 32.02 21.98 17.88 -
YUV 128.65 118.61 182.46 -
System Red Green Blue C M Y K H S L
Decimal 205 93 112 0 0.55 0.45 0.20 349.82 0.53 0.58
Hex CD 5D 70 0 37 2D 14 15E 35 3A
Octal 315 135 160 0 67 55 24 536 65 72
Binary 11001101 1011101 1110000 0 110111 101101 10100 101011110 110101 111010

Color Harmonies of #CD5D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5D70

Black with #CD5D70

Text Example


Text Example

White with #CD5D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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