#CA4A6A

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

Shades of Cabaret #CA4A6A

Tints of Cabaret #CA4A6A

Color information

#CA4A6A (or 0xCA4A6A) is unknown color: approx Cabaret. HEX triplet: CA, 4A and 6A. RGB value is (202,74,106). Sum of RGB (Red+Green+Blue) = 202+74+106=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 74 (29.30% from 255 or 19.37% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4A6A is #35B595. Grayscale: #737373. Windows color (decimal): -3519894 or 6965962. OLE color: 6965962.

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

Color convert

RGB20274106-
CMYK00.630.480.21
HSL345º54.7%54.12%-
HSV(B)345º63.37%79.22%-
XYZ29.4118.4915.66-
YUV115.92122.41189.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.88%
GREEN value IS 74 (29.30% from 255) = 19.37%
BLUE value IS 106 (41.80% from 255) = 27.75%
R=52.88%
G=19.37%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027410600.630.480.2134554.754.12
HexCA4A6A03F30151593736
Octal31211215207760255316766
Binary1100101010010101101010011111111000010101101011001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4A6A; }

 p { color: rgb(202,74,106); }

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

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

 a { background-color: rgb(202,74,106); }

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

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

 span { border-color: rgb(202,74,106); }

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