#CB6875

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

Shades of Cabaret #CB6875

Tints of Cabaret #CB6875

Color information

#CB6875 (or 0xCB6875) is unknown color: approx Cabaret. HEX triplet: CB, 68 and 75. RGB value is (203,104,117). Sum of RGB (Red+Green+Blue) = 203+104+117=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 104 (41.02% from 255 or 24.53% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6875 is #34978A. Grayscale: #878787. Windows color (decimal): -3446667 or 7694539. OLE color: 7694539.

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

Color convert

RGB203104117-
CMYK00.490.420.20
HSL352.12º48.77%60.2%-
HSV(B)352.12º48.77%79.61%-
XYZ32.7923.8819.71-
YUV135.08117.8176.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.88%
GREEN value IS 104 (41.02% from 255) = 24.53%
BLUE value IS 117 (46.09% from 255) = 27.59%
R=47.88%
G=24.53%
B=27.59%

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
Decimal20310411700.490.420.20352.1248.7760.2
HexCB68750312A14160313c
Octal31315016506152245406174
Binary1100101111010001110101011000110101010100101100000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6875; }

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

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

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

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

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

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

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

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