Html Css Color HEX #CD5565 Cabaret

📋 copy color: '#CD5565'

red 205 ◦ green 85 ◦ blue 101

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

Shades of Cabaret #CD5565

Tints of Cabaret #CD5565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.83%

R = 52.43%
G = 21.74%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CD5565 (or 0xCD5565) is known color: Cabaret. HEX triplet: CD, 55 and 65. RGB value is (205,85,101). Sum of RGB (Red+Green+Blue) = 205+85+101=391 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.43% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 101 (39.84% from 255 or 25.83% from 391); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5565 is #32AA9A. Grayscale: #7A7A7A. Windows color (decimal): -3320475 or 6641101. OLE color: 6641101.

HSL color Cylindrical-coordinate representation of color #CD5565: hue angle of 352º 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 #CD5565 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 85 101 -
CMYK 0 0.59 0.51 0.20
HSL 352º 0.55% 0.57% -
HSV(B) 352º 0.59% 0.8% -
XYZ 30.77 20.42 14.63 -
YUV 122.7 115.76 186.7 -
System Red Green Blue C M Y K H S L
Decimal 205 85 101 0 0.59 0.51 0.20 352 0.55 0.57
Hex CD 55 65 0 3B 33 14 160 37 39
Octal 315 125 145 0 73 63 24 540 67 71
Binary 11001101 1010101 1100101 0 111011 110011 10100 101100000 110111 111001

Color Harmonies of #CD5565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5565

Black with #CD5565

Text Example


Text Example

White with #CD5565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5565; }

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

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

background-color css

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

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

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

border-color css

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

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

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