Html Css Color HEX #CF5971 Cabaret

📋 copy color: '#CF5971'

red 207 ◦ green 89 ◦ blue 113

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

Shades of Cabaret #CF5971

Tints of Cabaret #CF5971

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.76%

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

R = 50.61%
G = 21.76%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CF5971 (or 0xCF5971) is known color: Cabaret. HEX triplet: CF, 59 and 71. RGB value is (207,89,113). Sum of RGB (Red+Green+Blue) = 207+89+113=409 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.61% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 113 (44.53% from 255 or 27.63% from 409); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5971 is #30A68E. Grayscale: #7F7F7F. Windows color (decimal): -3188367 or 7428559. OLE color: 7428559.

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

Color convert

RGB 207 89 113 -
CMYK 0 0.57 0.45 0.19
HSL 347.8º 0.55% 0.58% -
HSV(B) 347.8º 0.57% 0.81% -
XYZ 32.29 21.6 18.09 -
YUV 127.02 120.09 185.05 -
System Red Green Blue C M Y K H S L
Decimal 207 89 113 0 0.57 0.45 0.19 347.8 0.55 0.58
Hex CF 59 71 0 39 2D 13 15C 37 3A
Octal 317 131 161 0 71 55 23 534 67 72
Binary 11001111 1011001 1110001 0 111001 101101 10011 101011100 110111 111010

Color Harmonies of #CF5971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5971

Black with #CF5971

Text Example


Text Example

White with #CF5971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5971; }

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

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

background-color css

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

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

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

border-color css

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

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

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