Html Css Color HEX #CF5271 Cabaret

📋 copy color: '#CF5271'

red 207 ◦ green 82 ◦ blue 113

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

Shades of Cabaret #CF5271

Tints of Cabaret #CF5271

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.4%

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

R = 51.49%
G = 20.4%
B = 28.11%

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

#CF5271 (or 0xCF5271) is known color: Cabaret. HEX triplet: CF, 52 and 71. RGB value is (207,82,113). Sum of RGB (Red+Green+Blue) = 207+82+113=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 82 (32.42% from 255 or 20.40% from 402); Blue value is 113 (44.53% from 255 or 28.11% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5271 is #30AD8E. Grayscale: #7A7A7A. Windows color (decimal): -3190159 or 7426767. OLE color: 7426767.

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

Color convert

RGB 207 82 113 -
CMYK 0 0.60 0.45 0.19
HSL 345.12º 0.57% 0.57% -
HSV(B) 345.12º 0.6% 0.81% -
XYZ 31.73 20.49 17.91 -
YUV 122.91 122.41 187.98 -
System Red Green Blue C M Y K H S L
Decimal 207 82 113 0 0.60 0.45 0.19 345.12 0.57 0.57
Hex CF 52 71 0 3C 2D 13 159 39 39
Octal 317 122 161 0 74 55 23 531 71 71
Binary 11001111 1010010 1110001 0 111100 101101 10011 101011001 111001 111001

Color Harmonies of #CF5271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5271

Black with #CF5271

Text Example


Text Example

White with #CF5271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5271; }

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

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

background-color css

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

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

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

border-color css

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

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

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