#CB6673

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

Shades of Cabaret #CB6673

Tints of Cabaret #CB6673

Color information

#CB6673 (or 0xCB6673) is unknown color: approx Cabaret. HEX triplet: CB, 66 and 73. RGB value is (203,102,115). Sum of RGB (Red+Green+Blue) = 203+102+115=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6673 is #34998C. Grayscale: #858585. Windows color (decimal): -3447181 or 7562955. OLE color: 7562955.

HSL color Cylindrical-coordinate representation of color #CB6673: hue angle of 352.28º degrees, saturation: 0.49, 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 #CB6673 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB203102115-
CMYK00.500.430.20
HSL352.28º49.27%59.8%-
HSV(B)352.28º49.75%79.61%-
XYZ32.4723.4419.03-
YUV133.68117.46177.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.33%
GREEN value IS 102 (40.23% from 255) = 24.29%
BLUE value IS 115 (45.31% from 255) = 27.38%
R=48.33%
G=24.29%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310211500.500.430.20352.2849.2759.8
HexCB66730322B14160313c
Octal31314616306253245406174
Binary1100101111001101110011011001010101110100101100000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6673; }

 p { color: rgb(203,102,115); }

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

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

 a { background-color: rgb(203,102,115); }

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

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

 span { border-color: rgb(203,102,115); }

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