#CA6278

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

Shades of Cabaret #CA6278

Tints of Cabaret #CA6278

Color information

#CA6278 (or 0xCA6278) is unknown color: approx Cabaret. HEX triplet: CA, 62 and 78. RGB value is (202,98,120). Sum of RGB (Red+Green+Blue) = 202+98+120=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6278 is #359D87. Grayscale: #838383. Windows color (decimal): -3513736 or 7889610. OLE color: 7889610.

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

Color convert

RGB20298120-
CMYK00.510.410.21
HSL347.31º49.52%58.82%-
HSV(B)347.31º51.49%79.22%-
XYZ32.1122.6520.45-
YUV131.6121.46178.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.10%
GREEN value IS 98 (38.67% from 255) = 23.33%
BLUE value IS 120 (47.27% from 255) = 28.57%
R=48.10%
G=23.33%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029812000.510.410.21347.3149.5258.82
HexCA6278033291515b323b
Octal31214217006351255336273
Binary1100101011000101111000011001110100110101101011011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6278; }

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

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

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

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

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

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

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

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