Html Css Color HEX #CF5A71 Cabaret

📋 copy color: '#CF5A71'

red 207 ◦ green 90 ◦ blue 113

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

Shades of Cabaret #CF5A71

Tints of Cabaret #CF5A71

RGB

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

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

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

R = 50.49%
G = 21.95%
B = 27.56%

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

#CF5A71 (or 0xCF5A71) is known color: Cabaret. HEX triplet: CF, 5A and 71. RGB value is (207,90,113). Sum of RGB (Red+Green+Blue) = 207+90+113=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 90 (35.55% from 255 or 21.95% from 410); Blue value is 113 (44.53% from 255 or 27.56% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5A71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5A71 is #30A58E. Grayscale: #7F7F7F. Windows color (decimal): -3188111 or 7428815. OLE color: 7428815.

HSL color Cylindrical-coordinate representation of color #CF5A71: hue angle of 348.21º 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 #CF5A71 is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 90 113 -
CMYK 0 0.57 0.45 0.19
HSL 348.21º 0.55% 0.58% -
HSV(B) 348.21º 0.57% 0.81% -
XYZ 32.37 21.77 18.12 -
YUV 127.61 119.76 184.63 -
System Red Green Blue C M Y K H S L
Decimal 207 90 113 0 0.57 0.45 0.19 348.21 0.55 0.58
Hex CF 5A 71 0 39 2D 13 15C 37 3A
Octal 317 132 161 0 71 55 23 534 67 72
Binary 11001111 1011010 1110001 0 111001 101101 10011 101011100 110111 111010

Color Harmonies of #CF5A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5A71

Black with #CF5A71

Text Example


Text Example

White with #CF5A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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