#CF646E

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

Shades of Cabaret #CF646E

Tints of Cabaret #CF646E

Color information

#CF646E (or 0xCF646E) is unknown color: approx Cabaret. HEX triplet: CF, 64 and 6E. RGB value is (207,100,110). Sum of RGB (Red+Green+Blue) = 207+100+110=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CF646E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF646E is #309B91. Grayscale: #858585. Windows color (decimal): -3185554 or 7234767. OLE color: 7234767.

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

Color convert

RGB207100110-
CMYK00.520.470.19
HSL354.39º52.71%60.2%-
HSV(B)354.39º51.69%81.18%-
XYZ33.123.5117.54-
YUV133.13114.95180.69-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.64%
GREEN value IS 100 (39.45% from 255) = 23.98%
BLUE value IS 110 (43.36% from 255) = 26.38%
R=49.64%
G=23.98%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710011000.520.470.19354.3952.7160.2
HexCF646E0342F13162353c
Octal31714415606457235426574
Binary1100111111001001101110011010010111110011101100010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF646E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF646E; }

 p { color: rgb(207,100,110); }

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

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

 a { background-color: rgb(207,100,110); }

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

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

 span { border-color: rgb(207,100,110); }

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