Html Css Color HEX #CD5A70 Cabaret

📋 copy color: '#CD5A70'

red 205 ◦ green 90 ◦ blue 112

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

Shades of Cabaret #CD5A70

Tints of Cabaret #CD5A70

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.11%

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

R = 50.37%
G = 22.11%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CD5A70 (or 0xCD5A70) is known color: Cabaret. HEX triplet: CD, 5A and 70. RGB value is (205,90,112). Sum of RGB (Red+Green+Blue) = 205+90+112=407 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.37% from 407); Green value is 90 (35.55% from 255 or 22.11% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5A70 is #32A58F. Grayscale: #7E7E7E. Windows color (decimal): -3319184 or 7363277. OLE color: 7363277.

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

Color convert

RGB 205 90 112 -
CMYK 0 0.56 0.45 0.20
HSL 348.52º 0.53% 0.58% -
HSV(B) 348.52º 0.56% 0.8% -
XYZ 31.76 21.46 17.8 -
YUV 126.89 119.6 183.71 -
System Red Green Blue C M Y K H S L
Decimal 205 90 112 0 0.56 0.45 0.20 348.52 0.53 0.58
Hex CD 5A 70 0 38 2D 14 15D 35 3A
Octal 315 132 160 0 70 55 24 535 65 72
Binary 11001101 1011010 1110000 0 111000 101101 10100 101011101 110101 111010

Color Harmonies of #CD5A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5A70

Black with #CD5A70

Text Example


Text Example

White with #CD5A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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