#CB3F6D

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

Shades of Cabaret #CB3F6D

Tints of Cabaret #CB3F6D

Color information

#CB3F6D (or 0xCB3F6D) is unknown color: approx Cabaret. HEX triplet: CB, 3F and 6D. RGB value is (203,63,109). Sum of RGB (Red+Green+Blue) = 203+63+109=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 63 (25% from 255 or 16.8% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3F6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3F6D is #34C092. Grayscale: #6E6E6E. Windows color (decimal): -3457171 or 7159755. OLE color: 7159755.

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

Color convert

RGB20363109-
CMYK00.690.460.20
HSL340.29º57.38%52.16%-
HSV(B)340.29º68.97%79.61%-
XYZ29.1717.3616.28-
YUV110.1127.38194.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 54.13%
GREEN value IS 63 (25% from 255) = 16.8%
BLUE value IS 109 (42.97% from 255) = 29.07%
R=54.13%
G=16.8%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036310900.690.460.20340.2957.3852.16
HexCB3F6D0452E141543934
Octal31377155010556245247164
Binary1100101111111111011010100010110111010100101010100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3F6D; }

 p { color: rgb(203,63,109); }

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

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

 a { background-color: rgb(203,63,109); }

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

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

 span { border-color: rgb(203,63,109); }

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