#CB6575

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

Shades of Cabaret #CB6575

Tints of Cabaret #CB6575

Color information

#CB6575 (or 0xCB6575) is unknown color: approx Cabaret. HEX triplet: CB, 65 and 75. RGB value is (203,101,117). Sum of RGB (Red+Green+Blue) = 203+101+117=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 101 (39.84% from 255 or 23.99% from 421); Blue value is 117 (46.09% from 255 or 27.79% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6575 is #349A8A. Grayscale: #858585. Windows color (decimal): -3447435 or 7693771. OLE color: 7693771.

HSL color Cylindrical-coordinate representation of color #CB6575: hue angle of 350.59º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB6575 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB203101117-
CMYK00.500.420.20
HSL350.59º49.51%59.61%-
HSV(B)350.59º50.25%79.61%-
XYZ32.4923.2919.61-
YUV133.32118.79177.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.22%
GREEN value IS 101 (39.84% from 255) = 23.99%
BLUE value IS 117 (46.09% from 255) = 27.79%
R=48.22%
G=23.99%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310111700.500.420.20350.5949.5159.61
HexCB65750322A1415f323c
Octal31314516506252245376274
Binary1100101111001011110101011001010101010100101011111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6575; }

 p { color: rgb(203,101,117); }

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

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

 a { background-color: rgb(203,101,117); }

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

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

 span { border-color: rgb(203,101,117); }

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