#CF5A67

Color #CF5A67 Cabaret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabaret #CF5A67

Tints of Cabaret #CF5A67

Color information

#CF5A67 (or 0xCF5A67) is unknown color: approx Cabaret. HEX triplet: CF, 5A and 67. RGB value is (207,90,103). Sum of RGB (Red+Green+Blue) = 207+90+103=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 90 (35.55% from 255 or 22.5% from 400); Blue value is 103 (40.62% from 255 or 25.75% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5A67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5A67 is #30A598. Grayscale: #7E7E7E. Windows color (decimal): -3188121 or 6773455. OLE color: 6773455.

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

Color convert

RGB20790103-
CMYK00.570.500.19
HSL353.33º54.93%58.24%-
HSV(B)353.33º56.52%81.18%-
XYZ31.8421.5615.31-
YUV126.46114.76185.44-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 51.75%
GREEN value IS 90 (35.55% from 255) = 22.5%
BLUE value IS 103 (40.62% from 255) = 25.75%
R=51.75%
G=22.5%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079010300.570.500.19353.3354.9358.24
HexCF5A670393213161373a
Octal31713214707162235416772
Binary1100111110110101100111011100111001010011101100001110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5A67; }

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

 H1.HeaderClassName
 {
   color: #CF5A67;
 }
 .AnyTagClassName
 {
   color: #CF5A67;
 }
</style>
background-color css

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

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

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

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

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

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