Html Css Color HEX #CF5371 Cabaret

📋 copy color: '#CF5371'

red 207 ◦ green 83 ◦ blue 113

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

Shades of Cabaret #CF5371

Tints of Cabaret #CF5371

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.6%

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

R = 51.36%
G = 20.6%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CF5371 (or 0xCF5371) is known color: Cabaret. HEX triplet: CF, 53 and 71. RGB value is (207,83,113). Sum of RGB (Red+Green+Blue) = 207+83+113=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 83 (32.81% from 255 or 20.60% from 403); Blue value is 113 (44.53% from 255 or 28.04% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5371 is #30AC8E. Grayscale: #7B7B7B. Windows color (decimal): -3189903 or 7427023. OLE color: 7427023.

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

Color convert

RGB 207 83 113 -
CMYK 0 0.60 0.45 0.19
HSL 345.48º 0.56% 0.57% -
HSV(B) 345.48º 0.6% 0.81% -
XYZ 31.81 20.64 17.93 -
YUV 123.5 122.08 187.56 -
System Red Green Blue C M Y K H S L
Decimal 207 83 113 0 0.60 0.45 0.19 345.48 0.56 0.57
Hex CF 53 71 0 3C 2D 13 159 38 39
Octal 317 123 161 0 74 55 23 531 70 71
Binary 11001111 1010011 1110001 0 111100 101101 10011 101011001 111000 111001

Color Harmonies of #CF5371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5371

Black with #CF5371

Text Example


Text Example

White with #CF5371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5371; }

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

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

background-color css

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

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

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

border-color css

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

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

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