#CB617C

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

Shades of Cabaret #CB617C

Tints of Cabaret #CB617C

Color information

#CB617C (or 0xCB617C) is unknown color: approx Cabaret. HEX triplet: CB, 61 and 7C. RGB value is (203,97,124). Sum of RGB (Red+Green+Blue) = 203+97+124=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 97 (38.28% from 255 or 22.88% from 424); Blue value is 124 (48.83% from 255 or 29.25% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB617C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB617C is #349E83. Grayscale: #838383. Windows color (decimal): -3448452 or 8151499. OLE color: 8151499.

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

Color convert

RGB20397124-
CMYK00.520.390.20
HSL344.72º50.48%58.82%-
HSV(B)344.72º52.22%79.61%-
XYZ32.5422.721.74-
YUV131.77123.62178.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.88%
GREEN value IS 97 (38.28% from 255) = 22.88%
BLUE value IS 124 (48.83% from 255) = 29.25%
R=47.88%
G=22.88%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039712400.520.390.20344.7250.4858.82
HexCB617C0342714159323b
Octal31314117406447245316273
Binary1100101111000011111100011010010011110100101011001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB617C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB617C; }

 p { color: rgb(203,97,124); }

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

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

 a { background-color: rgb(203,97,124); }

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

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

 span { border-color: rgb(203,97,124); }

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