#CB6775

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

Shades of Cabaret #CB6775

Tints of Cabaret #CB6775

Color information

#CB6775 (or 0xCB6775) is unknown color: approx Cabaret. HEX triplet: CB, 67 and 75. RGB value is (203,103,117). Sum of RGB (Red+Green+Blue) = 203+103+117=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 103 (40.62% from 255 or 24.35% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6775 is #34988A. Grayscale: #868686. Windows color (decimal): -3446923 or 7694283. OLE color: 7694283.

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

Color convert

RGB203103117-
CMYK00.490.420.20
HSL351.6º49.02%60%-
HSV(B)351.6º49.26%79.61%-
XYZ32.6923.6819.68-
YUV134.5118.13176.86-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.99%
GREEN value IS 103 (40.62% from 255) = 24.35%
BLUE value IS 117 (46.09% from 255) = 27.66%
R=47.99%
G=24.35%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310311700.490.420.20351.649.0260
HexCB67750312A14160313c
Octal31314716506152245406174
Binary1100101111001111110101011000110101010100101100000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6775; }

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

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

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

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

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

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

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

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