#CF4168

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

Shades of Cabaret #CF4168

Tints of Cabaret #CF4168

Color information

#CF4168 (or 0xCF4168) is unknown color: approx Cabaret. HEX triplet: CF, 41 and 68. RGB value is (207,65,104). Sum of RGB (Red+Green+Blue) = 207+65+104=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4168 is #30BE97. Grayscale: #6F6F6F. Windows color (decimal): -3194520 or 6832591. OLE color: 6832591.

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

Color convert

RGB20765104-
CMYK00.690.500.19
HSL343.52º59.66%53.33%-
HSV(B)343.52º68.6%81.18%-
XYZ30.1218.0514.99-
YUV111.9123.54195.83-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 55.05%
GREEN value IS 65 (25.78% from 255) = 17.29%
BLUE value IS 104 (41.02% from 255) = 27.66%
R=55.05%
G=17.29%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2076510400.690.500.19343.5259.6653.33
HexCF416804532131583c35
Octal317101150010562235307465
Binary11001111100000111010000100010111001010011101011000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4168; }

 p { color: rgb(207,65,104); }

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

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

 a { background-color: rgb(207,65,104); }

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

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

 span { border-color: rgb(207,65,104); }

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