#ce6269

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

Shades of Cabaret #CE6269

Tints of Cabaret #CE6269

Color information

#CE6269 (or 0xCE6269) is unknown color: approx Cabaret. HEX triplet: CE, 62 and 69. RGB value is (206,98,105). Sum of RGB (Red+Green+Blue) = 206+98+105=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 98 (38.67% from 255 or 23.96% from 409); Blue value is 105 (41.41% from 255 or 25.67% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6269 is #319D96. Grayscale: #838383. Windows color (decimal): -3251607 or 6906574. OLE color: 6906574.

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

Color convert

RGB20698105-
CMYK00.520.490.19
HSL356.11º52.43%59.61%-
HSV(B)356.11º52.43%80.78%-
XYZ32.3722.8816.07-
YUV131.09113.28181.43-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 50.37%
GREEN value IS 98 (38.67% from 255) = 23.96%
BLUE value IS 105 (41.41% from 255) = 25.67%
R=50.37%
G=23.96%
B=25.67%

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
Decimal2069810500.520.490.19356.1152.4359.61
HexCE62690343113164343c
Octal31614215106461235446474
Binary1100111011000101101001011010011000110011101100100110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce6269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce6269; }

 p { color: rgb(206,98,105); }

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

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

 a { background-color: rgb(206,98,105); }

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

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

 span { border-color: rgb(206,98,105); }

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