#CB626D

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

Shades of Cabaret #CB626D

Tints of Cabaret #CB626D

Color information

#CB626D (or 0xCB626D) is unknown color: approx Cabaret. HEX triplet: CB, 62 and 6D. RGB value is (203,98,109). Sum of RGB (Red+Green+Blue) = 203+98+109=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 98 (38.67% from 255 or 23.90% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB626D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB626D is #349D92. Grayscale: #828282. Windows color (decimal): -3448211 or 7168715. OLE color: 7168715.

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

Color convert

RGB20398109-
CMYK00.520.460.20
HSL353.71º50.24%59.02%-
HSV(B)353.71º51.72%79.61%-
XYZ31.7622.5417.14-
YUV130.65115.79179.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.51%
GREEN value IS 98 (38.67% from 255) = 23.90%
BLUE value IS 109 (42.97% from 255) = 26.59%
R=49.51%
G=23.90%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039810900.520.460.20353.7150.2459.02
HexCB626D0342E14162323b
Octal31314215506456245426273
Binary1100101111000101101101011010010111010100101100010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB626D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB626D; }

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

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

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

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

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

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

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

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