Html Css Color HEX #CF6571 Cabaret

📋 copy color: '#CF6571'

red 207 ◦ green 101 ◦ blue 113

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

Shades of Cabaret #CF6571

Tints of Cabaret #CF6571

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.99%

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

R = 49.17%
G = 23.99%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CF6571 (or 0xCF6571) is known color: Cabaret. HEX triplet: CF, 65 and 71. RGB value is (207,101,113). Sum of RGB (Red+Green+Blue) = 207+101+113=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 101 (39.84% from 255 or 23.99% from 421); Blue value is 113 (44.53% from 255 or 26.84% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6571 is #309A8E. Grayscale: #868686. Windows color (decimal): -3185295 or 7431631. OLE color: 7431631.

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

Color convert

RGB 207 101 113 -
CMYK 0 0.51 0.45 0.19
HSL 353.21º 0.52% 0.6% -
HSV(B) 353.21º 0.51% 0.81% -
XYZ 33.37 23.77 18.45 -
YUV 134.06 116.12 180.02 -
System Red Green Blue C M Y K H S L
Decimal 207 101 113 0 0.51 0.45 0.19 353.21 0.52 0.6
Hex CF 65 71 0 33 2D 13 161 34 3C
Octal 317 145 161 0 63 55 23 541 64 74
Binary 11001111 1100101 1110001 0 110011 101101 10011 101100001 110100 111100

Color Harmonies of #CF6571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6571

Black with #CF6571

Text Example


Text Example

White with #CF6571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6571; }

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

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

background-color css

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

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

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

border-color css

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

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

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