#CB626C

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

Shades of Cabaret #CB626C

Tints of Cabaret #CB626C

Color information

#CB626C (or 0xCB626C) is unknown color: approx Cabaret. HEX triplet: CB, 62 and 6C. RGB value is (203,98,108). Sum of RGB (Red+Green+Blue) = 203+98+108=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 98 (38.67% from 255 or 23.96% from 409); Blue value is 108 (42.58% from 255 or 26.41% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CB626C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB626C is #349D93. Grayscale: #828282. Windows color (decimal): -3448212 or 7103179. OLE color: 7103179.

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

Color convert

RGB20398108-
CMYK00.520.470.20
HSL354.29º50.24%59.02%-
HSV(B)354.29º51.72%79.61%-
XYZ31.722.5116.86-
YUV130.54115.29179.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.63%
GREEN value IS 98 (38.67% from 255) = 23.96%
BLUE value IS 108 (42.58% from 255) = 26.41%
R=49.63%
G=23.96%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039810800.520.470.20354.2950.2459.02
HexCB626C0342F14162323b
Octal31314215406457245426273
Binary1100101111000101101100011010010111110100101100010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB626C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB626C; }

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

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

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

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

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

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

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

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