#CA6274

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

Shades of Cabaret #CA6274

Tints of Cabaret #CA6274

Color information

#CA6274 (or 0xCA6274) is unknown color: approx Cabaret. HEX triplet: CA, 62 and 74. RGB value is (202,98,116). Sum of RGB (Red+Green+Blue) = 202+98+116=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 98 (38.67% from 255 or 23.56% from 416); Blue value is 116 (45.70% from 255 or 27.88% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6274 is #359D8B. Grayscale: #838383. Windows color (decimal): -3513740 or 7627466. OLE color: 7627466.

HSL color Cylindrical-coordinate representation of color #CA6274: hue angle of 349.62º degrees, saturation: 0.5, 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 #CA6274 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB20298116-
CMYK00.510.430.21
HSL349.62º49.52%58.82%-
HSV(B)349.62º51.49%79.22%-
XYZ31.8822.5519.2-
YUV131.15119.46178.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.56%
GREEN value IS 98 (38.67% from 255) = 23.56%
BLUE value IS 116 (45.70% from 255) = 27.88%
R=48.56%
G=23.56%
B=27.88%

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
Decimal2029811600.510.430.21349.6249.5258.82
HexCA62740332B1515e323b
Octal31214216406353255366273
Binary1100101011000101110100011001110101110101101011110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6274; }

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

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

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

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

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

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

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

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