#CA4B65

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

Shades of Cabaret #CA4B65

Tints of Cabaret #CA4B65

Color information

#CA4B65 (or 0xCA4B65) is unknown color: approx Cabaret. HEX triplet: CA, 4B and 65. RGB value is (202,75,101). Sum of RGB (Red+Green+Blue) = 202+75+101=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 75 (29.69% from 255 or 19.84% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4B65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4B65 is #35B49A. Grayscale: #737373. Windows color (decimal): -3519643 or 6638538. OLE color: 6638538.

HSL color Cylindrical-coordinate representation of color #CA4B65: hue angle of 347.72º 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 #CA4B65 is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB20275101-
CMYK00.630.500.21
HSL347.72º54.51%54.31%-
HSV(B)347.72º62.87%79.22%-
XYZ29.2218.5314.35-
YUV115.94119.58189.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.44%
GREEN value IS 75 (29.69% from 255) = 19.84%
BLUE value IS 101 (39.84% from 255) = 26.72%
R=53.44%
G=19.84%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027510100.630.500.21347.7254.5154.31
HexCA4B6503F321515c3736
Octal31211314507762255346766
Binary1100101010010111100101011111111001010101101011100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4B65; }

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

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

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

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

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

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

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

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