#CB4166

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

Shades of Cabaret #CB4166

Tints of Cabaret #CB4166

Color information

#CB4166 (or 0xCB4166) is unknown color: approx Cabaret. HEX triplet: CB, 41 and 66. RGB value is (203,65,102). Sum of RGB (Red+Green+Blue) = 203+65+102=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 65 (25.78% from 255 or 17.57% from 370); Blue value is 102 (40.23% from 255 or 27.57% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4166 is #34BE99. Grayscale: #6E6E6E. Windows color (decimal): -3456666 or 6701515. OLE color: 6701515.

HSL color Cylindrical-coordinate representation of color #CB4166: hue angle of 343.91º 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 #CB4166 is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB20365102-
CMYK00.680.500.20
HSL343.91º57.02%52.55%-
HSV(B)343.91º67.98%79.61%-
XYZ28.9217.4414.41-
YUV110.48123.22193.99-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 54.86%
GREEN value IS 65 (25.78% from 255) = 17.57%
BLUE value IS 102 (40.23% from 255) = 27.57%
R=54.86%
G=17.57%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036510200.680.500.20343.9157.0252.55
HexCB416604432141583935
Octal313101146010462245307165
Binary11001011100000111001100100010011001010100101011000111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4166; }

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

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

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

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

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

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

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

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