#CA3D65

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

Shades of Cabaret #CA3D65

Tints of Cabaret #CA3D65

Color information

#CA3D65 (or 0xCA3D65) is unknown color: approx Cabaret. HEX triplet: CA, 3D and 65. RGB value is (202,61,101). Sum of RGB (Red+Green+Blue) = 202+61+101=364 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.49% from 364); Green value is 61 (24.22% from 255 or 16.76% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3D65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3D65 is #35C29A. Grayscale: #6B6B6B. Windows color (decimal): -3523227 or 6634954. OLE color: 6634954.

HSL color Cylindrical-coordinate representation of color #CA3D65: hue angle of 342.98º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA3D65 is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB20261101-
CMYK00.700.500.21
HSL342.98º57.09%51.57%-
HSV(B)342.98º69.8%79.22%-
XYZ28.3716.8314.07-
YUV107.72124.21195.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.49%
GREEN value IS 61 (24.22% from 255) = 16.76%
BLUE value IS 101 (39.84% from 255) = 27.75%
R=55.49%
G=16.76%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026110100.700.500.21342.9857.0951.57
HexCA3D6504632151573934
Octal31275145010662255277164
Binary1100101011110111001010100011011001010101101010111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3D65; }

 p { color: rgb(202,61,101); }

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

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

 a { background-color: rgb(202,61,101); }

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

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

 span { border-color: rgb(202,61,101); }

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