#CB3D6A

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

Shades of Cabaret #CB3D6A

Tints of Cabaret #CB3D6A

Color information

#CB3D6A (or 0xCB3D6A) is unknown color: approx Cabaret. HEX triplet: CB, 3D and 6A. RGB value is (203,61,106). Sum of RGB (Red+Green+Blue) = 203+61+106=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 61 (24.22% from 255 or 16.49% from 370); Blue value is 106 (41.80% from 255 or 28.65% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3D6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3D6A is #34C295. Grayscale: #6C6C6C. Windows color (decimal): -3457686 or 6962635. OLE color: 6962635.

HSL color Cylindrical-coordinate representation of color #CB3D6A: hue angle of 340.99º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB3D6A is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB20361106-
CMYK00.700.480.20
HSL340.99º57.72%51.76%-
HSV(B)340.99º69.95%79.61%-
XYZ28.917.0715.41-
YUV108.59126.54195.34-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 54.86%
GREEN value IS 61 (24.22% from 255) = 16.49%
BLUE value IS 106 (41.80% from 255) = 28.65%
R=54.86%
G=16.49%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036110600.700.480.20340.9957.7251.76
HexCB3D6A04630141553a34
Octal31375152010660245257264
Binary1100101111110111010100100011011000010100101010101111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3D6A; }

 p { color: rgb(203,61,106); }

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

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

 a { background-color: rgb(203,61,106); }

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

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

 span { border-color: rgb(203,61,106); }

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