#CA4567

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

Shades of Cabaret #CA4567

Tints of Cabaret #CA4567

Color information

#CA4567 (or 0xCA4567) is unknown color: approx Cabaret. HEX triplet: CA, 45 and 67. RGB value is (202,69,103). Sum of RGB (Red+Green+Blue) = 202+69+103=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 69 (27.34% from 255 or 18.45% from 374); Blue value is 103 (40.62% from 255 or 27.54% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4567 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4567 is #35BA98. Grayscale: #707070. Windows color (decimal): -3521177 or 6768074. OLE color: 6768074.

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

Color convert

RGB20269103-
CMYK00.660.490.21
HSL344.66º55.65%53.14%-
HSV(B)344.66º65.84%79.22%-
XYZ28.9317.7914.74-
YUV112.64122.56191.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.01%
GREEN value IS 69 (27.34% from 255) = 18.45%
BLUE value IS 103 (40.62% from 255) = 27.54%
R=54.01%
G=18.45%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026910300.660.490.21344.6655.6553.14
HexCA456704231151593835
Octal312105147010261255317065
Binary11001010100010111001110100001011000110101101011001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4567; }

 p { color: rgb(202,69,103); }

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

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

 a { background-color: rgb(202,69,103); }

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

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

 span { border-color: rgb(202,69,103); }

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