#CB626E

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

Shades of Cabaret #CB626E

Tints of Cabaret #CB626E

Color information

#CB626E (or 0xCB626E) is unknown color: approx Cabaret. HEX triplet: CB, 62 and 6E. RGB value is (203,98,110). Sum of RGB (Red+Green+Blue) = 203+98+110=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 98 (38.67% from 255 or 23.84% from 411); Blue value is 110 (43.36% from 255 or 26.76% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB626E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB626E is #349D91. Grayscale: #828282. Windows color (decimal): -3448210 or 7234251. OLE color: 7234251.

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

Color convert

RGB20398110-
CMYK00.520.460.20
HSL353.14º50.24%59.02%-
HSV(B)353.14º51.72%79.61%-
XYZ31.8122.5617.43-
YUV130.76116.29179.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.39%
GREEN value IS 98 (38.67% from 255) = 23.84%
BLUE value IS 110 (43.36% from 255) = 26.76%
R=49.39%
G=23.84%
B=26.76%

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
Decimal2039811000.520.460.20353.1450.2459.02
HexCB626E0342E14161323b
Octal31314215606456245416273
Binary1100101111000101101110011010010111010100101100001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB626E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB626E; }

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

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

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

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

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

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

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

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