#CB6172

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

Shades of Cabaret #CB6172

Tints of Cabaret #CB6172

Color information

#CB6172 (or 0xCB6172) is unknown color: approx Cabaret. HEX triplet: CB, 61 and 72. RGB value is (203,97,114). Sum of RGB (Red+Green+Blue) = 203+97+114=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6172 is #349E8D. Grayscale: #828282. Windows color (decimal): -3448462 or 7496139. OLE color: 7496139.

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

Color convert

RGB20397114-
CMYK00.520.440.20
HSL350.38º50.48%58.82%-
HSV(B)350.38º52.22%79.61%-
XYZ31.9422.4618.57-
YUV130.63118.62179.62-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.03%
GREEN value IS 97 (38.28% from 255) = 23.43%
BLUE value IS 114 (44.92% from 255) = 27.54%
R=49.03%
G=23.43%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039711400.520.440.20350.3850.4858.82
HexCB61720342C1415e323b
Octal31314116206454245366273
Binary1100101111000011110010011010010110010100101011110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6172; }

 p { color: rgb(203,97,114); }

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

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

 a { background-color: rgb(203,97,114); }

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

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

 span { border-color: rgb(203,97,114); }

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