#CA686E

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

Shades of Cabaret #CA686E

Tints of Cabaret #CA686E

Color information

#CA686E (or 0xCA686E) is unknown color: approx Cabaret. HEX triplet: CA, 68 and 6E. RGB value is (202,104,110). Sum of RGB (Red+Green+Blue) = 202+104+110=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 104 (41.02% from 255 or 25% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA686E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA686E is #359791. Grayscale: #868686. Windows color (decimal): -3512210 or 7235786. OLE color: 7235786.

HSL color Cylindrical-coordinate representation of color #CA686E: hue angle of 356.33º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA686E is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB202104110-
CMYK00.490.460.21
HSL356.33º48.04%60%-
HSV(B)356.33º48.51%79.22%-
XYZ32.1223.5817.61-
YUV133.99114.47176.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.56%
GREEN value IS 104 (41.02% from 255) = 25%
BLUE value IS 110 (43.36% from 255) = 26.44%
R=48.56%
G=25%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210411000.490.460.21356.3348.0460
HexCA686E0312E15164303c
Octal31215015606156255446074
Binary1100101011010001101110011000110111010101101100100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA686E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA686E; }

 p { color: rgb(202,104,110); }

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

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

 a { background-color: rgb(202,104,110); }

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

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

 span { border-color: rgb(202,104,110); }

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