#cf6678

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

Shades of Cabaret #CF6678

Tints of Cabaret #CF6678

Color information

#CF6678 (or 0xCF6678) is unknown color: approx Cabaret. HEX triplet: CF, 66 and 78. RGB value is (207,102,120). Sum of RGB (Red+Green+Blue) = 207+102+120=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6678 is #309987. Grayscale: #878787. Windows color (decimal): -3185032 or 7890639. OLE color: 7890639.

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

Color convert

RGB207102120-
CMYK00.510.420.19
HSL349.71º52.24%60.59%-
HSV(B)349.71º50.72%81.18%-
XYZ33.8724.1220.64-
YUV135.45119.29179.04-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.25%
GREEN value IS 102 (40.23% from 255) = 23.78%
BLUE value IS 120 (47.27% from 255) = 27.97%
R=48.25%
G=23.78%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710212000.510.420.19349.7152.2460.59
HexCF66780332A1315e343d
Octal31714617006352235366475
Binary1100111111001101111000011001110101010011101011110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf6678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf6678; }

 p { color: rgb(207,102,120); }

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

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

 a { background-color: rgb(207,102,120); }

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

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

 span { border-color: rgb(207,102,120); }

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