#CB6378

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

Shades of Cabaret #CB6378

Tints of Cabaret #CB6378

Color information

#CB6378 (or 0xCB6378) is unknown color: approx Cabaret. HEX triplet: CB, 63 and 78. RGB value is (203,99,120). Sum of RGB (Red+Green+Blue) = 203+99+120=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 99 (39.06% from 255 or 23.46% from 422); Blue value is 120 (47.27% from 255 or 28.44% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6378 is #349C87. Grayscale: #848484. Windows color (decimal): -3447944 or 7889867. OLE color: 7889867.

HSL color Cylindrical-coordinate representation of color #CB6378: hue angle of 347.88º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB6378 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB20399120-
CMYK00.510.410.20
HSL347.88º50%59.22%-
HSV(B)347.88º51.23%79.61%-
XYZ32.4822.9820.49-
YUV132.49120.96178.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.10%
GREEN value IS 99 (39.06% from 255) = 23.46%
BLUE value IS 120 (47.27% from 255) = 28.44%
R=48.10%
G=23.46%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039912000.510.410.20347.885059.22
HexCB6378033291415c323b
Octal31314317006351245346273
Binary1100101111000111111000011001110100110100101011100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6378; }

 p { color: rgb(203,99,120); }

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

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

 a { background-color: rgb(203,99,120); }

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

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

 span { border-color: rgb(203,99,120); }

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