#CA696C

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

Shades of Cabaret #CA696C

Tints of Cabaret #CA696C

Color information

#CA696C (or 0xCA696C) is unknown color: approx Cabaret. HEX triplet: CA, 69 and 6C. RGB value is (202,105,108). Sum of RGB (Red+Green+Blue) = 202+105+108=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA696C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA696C is #359693. Grayscale: #868686. Windows color (decimal): -3511956 or 7104970. OLE color: 7104970.

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

Color convert

RGB202105108-
CMYK00.480.470.21
HSL358.14º47.78%60.2%-
HSV(B)358.14º48.02%79.22%-
XYZ32.1223.7417.08-
YUV134.34113.14176.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.67%
GREEN value IS 105 (41.41% from 255) = 25.30%
BLUE value IS 108 (42.58% from 255) = 26.02%
R=48.67%
G=25.30%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210510800.480.470.21358.1447.7860.2
HexCA696C0302F15166303c
Octal31215115406057255466074
Binary1100101011010011101100011000010111110101101100110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA696C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA696C; }

 p { color: rgb(202,105,108); }

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

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

 a { background-color: rgb(202,105,108); }

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

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

 span { border-color: rgb(202,105,108); }

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