#CB4169

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

Shades of Cabaret #CB4169

Tints of Cabaret #CB4169

Color information

#CB4169 (or 0xCB4169) is unknown color: approx Cabaret. HEX triplet: CB, 41 and 69. RGB value is (203,65,105). Sum of RGB (Red+Green+Blue) = 203+65+105=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4169 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4169 is #34BE96. Grayscale: #6E6E6E. Windows color (decimal): -3456663 or 6898123. OLE color: 6898123.

HSL color Cylindrical-coordinate representation of color #CB4169: hue angle of 342.61º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB4169 is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB20365105-
CMYK00.680.480.20
HSL342.61º57.02%52.55%-
HSV(B)342.61º67.98%79.61%-
XYZ29.0717.515.21-
YUV110.82124.72193.75-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 54.42%
GREEN value IS 65 (25.78% from 255) = 17.43%
BLUE value IS 105 (41.41% from 255) = 28.15%
R=54.42%
G=17.43%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036510500.680.480.20342.6157.0252.55
HexCB416904430141573935
Octal313101151010460245277165
Binary11001011100000111010010100010011000010100101010111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4169; }

 p { color: rgb(203,65,105); }

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

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

 a { background-color: rgb(203,65,105); }

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

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

 span { border-color: rgb(203,65,105); }

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