Html Css Color HEX #CD5577 Cabaret

📋 copy color: '#CD5577'

red 205 ◦ green 85 ◦ blue 119

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

Shades of Cabaret #CD5577

Tints of Cabaret #CD5577

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.78%

 BLUE value IS 119 (46.88% from 255) = 29.1%

R = 50.12%
G = 20.78%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CD5577 (or 0xCD5577) is known color: Cabaret. HEX triplet: CD, 55 and 77. RGB value is (205,85,119). Sum of RGB (Red+Green+Blue) = 205+85+119=409 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.12% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 119 (46.88% from 255 or 29.10% from 409); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5577 is #32AA88. Grayscale: #7C7C7C. Windows color (decimal): -3320457 or 7820749. OLE color: 7820749.

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

Color convert

RGB 205 85 119 -
CMYK 0 0.59 0.42 0.20
HSL 343º 0.55% 0.57% -
HSV(B) 343º 0.59% 0.8% -
XYZ 31.76 20.81 19.8 -
YUV 124.76 124.76 185.24 -
System Red Green Blue C M Y K H S L
Decimal 205 85 119 0 0.59 0.42 0.20 343 0.55 0.57
Hex CD 55 77 0 3B 2A 14 157 37 39
Octal 315 125 167 0 73 52 24 527 67 71
Binary 11001101 1010101 1110111 0 111011 101010 10100 101010111 110111 111001

Color Harmonies of #CD5577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5577

Black with #CD5577

Text Example


Text Example

White with #CD5577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5577; }

 p { color: rgb(205,85,119); }

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

background-color css

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

 a { background-color: rgb(205,85,119); }

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

border-color css

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

 span { border-color: rgb(205,85,119); }

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