#CF656C

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

Shades of Cabaret #CF656C

Tints of Cabaret #CF656C

Color information

#CF656C (or 0xCF656C) is unknown color: approx Cabaret. HEX triplet: CF, 65 and 6C. RGB value is (207,101,108). Sum of RGB (Red+Green+Blue) = 207+101+108=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF656C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF656C is #309A93. Grayscale: #858585. Windows color (decimal): -3185300 or 7103951. OLE color: 7103951.

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

Color convert

RGB207101108-
CMYK00.510.480.19
HSL356.04º52.48%60.39%-
HSV(B)356.04º51.21%81.18%-
XYZ33.0923.6617.01-
YUV133.49113.62180.43-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.76%
GREEN value IS 101 (39.84% from 255) = 24.28%
BLUE value IS 108 (42.58% from 255) = 25.96%
R=49.76%
G=24.28%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710110800.510.480.19356.0452.4860.39
HexCF656C0333013164343c
Octal31714515406360235446474
Binary1100111111001011101100011001111000010011101100100110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF656C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF656C; }

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

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

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

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

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

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

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

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