Html Css Color HEX #CF5571 Cabaret

📋 copy color: '#CF5571'

red 207 ◦ green 85 ◦ blue 113

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

Shades of Cabaret #CF5571

Tints of Cabaret #CF5571

RGB

 RED value IS 207 (81.25% from 255) = 51.11%

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

 BLUE value IS 113 (44.53% from 255) = 27.9%

R = 51.11%
G = 20.99%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CF5571 (or 0xCF5571) is known color: Cabaret. HEX triplet: CF, 55 and 71. RGB value is (207,85,113). Sum of RGB (Red+Green+Blue) = 207+85+113=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 85 (33.59% from 255 or 20.99% from 405); Blue value is 113 (44.53% from 255 or 27.90% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5571 is #30AA8E. Grayscale: #7C7C7C. Windows color (decimal): -3189391 or 7427535. OLE color: 7427535.

HSL color Cylindrical-coordinate representation of color #CF5571: hue angle of 346.23º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF5571 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 85 113 -
CMYK 0 0.59 0.45 0.19
HSL 346.23º 0.56% 0.57% -
HSV(B) 346.23º 0.59% 0.81% -
XYZ 31.96 20.95 17.98 -
YUV 124.67 121.42 186.72 -
System Red Green Blue C M Y K H S L
Decimal 207 85 113 0 0.59 0.45 0.19 346.23 0.56 0.57
Hex CF 55 71 0 3B 2D 13 15A 38 39
Octal 317 125 161 0 73 55 23 532 70 71
Binary 11001111 1010101 1110001 0 111011 101101 10011 101011010 111000 111001

Color Harmonies of #CF5571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5571

Black with #CF5571

Text Example


Text Example

White with #CF5571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5571; }

 p { color: rgb(207,85,113); }

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

background-color css

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

 a { background-color: rgb(207,85,113); }

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

border-color css

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

 span { border-color: rgb(207,85,113); }

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