#CF6369

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

Shades of Cabaret #CF6369

Tints of Cabaret #CF6369

Color information

#CF6369 (or 0xCF6369) is unknown color: approx Cabaret. HEX triplet: CF, 63 and 69. RGB value is (207,99,105). Sum of RGB (Red+Green+Blue) = 207+99+105=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 99 (39.06% from 255 or 24.09% from 411); Blue value is 105 (41.41% from 255 or 25.55% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6369 is #309C96. Grayscale: #848484. Windows color (decimal): -3185815 or 6906831. OLE color: 6906831.

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

Color convert

RGB20799105-
CMYK00.520.490.19
HSL356.67º52.94%60%-
HSV(B)356.67º52.17%81.18%-
XYZ32.7423.2116.12-
YUV131.98112.78181.51-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50.36%
GREEN value IS 99 (39.06% from 255) = 24.09%
BLUE value IS 105 (41.41% from 255) = 25.55%
R=50.36%
G=24.09%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079910500.520.490.19356.6752.9460
HexCF63690343113165353c
Octal31714315106461235456574
Binary1100111111000111101001011010011000110011101100101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6369; }

 p { color: rgb(207,99,105); }

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

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

 a { background-color: rgb(207,99,105); }

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

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

 span { border-color: rgb(207,99,105); }

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