#CA6374

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

Shades of Cabaret #CA6374

Tints of Cabaret #CA6374

Color information

#CA6374 (or 0xCA6374) is unknown color: approx Cabaret. HEX triplet: CA, 63 and 74. RGB value is (202,99,116). Sum of RGB (Red+Green+Blue) = 202+99+116=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 99 (39.06% from 255 or 23.74% from 417); Blue value is 116 (45.70% from 255 or 27.82% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6374 is #359C8B. Grayscale: #838383. Windows color (decimal): -3513484 or 7627722. OLE color: 7627722.

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

Color convert

RGB20299116-
CMYK00.510.430.21
HSL350.1º49.28%59.02%-
HSV(B)350.1º50.99%79.22%-
XYZ31.9722.7419.23-
YUV131.73119.12178.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.44%
GREEN value IS 99 (39.06% from 255) = 23.74%
BLUE value IS 116 (45.70% from 255) = 27.82%
R=48.44%
G=23.74%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029911600.510.430.21350.149.2859.02
HexCA63740332B1515e313b
Octal31214316406353255366173
Binary1100101011000111110100011001110101110101101011110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6374; }

 p { color: rgb(202,99,116); }

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

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

 a { background-color: rgb(202,99,116); }

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

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

 span { border-color: rgb(202,99,116); }

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