#CB6874

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

Shades of Cabaret #CB6874

Tints of Cabaret #CB6874

Color information

#CB6874 (or 0xCB6874) is unknown color: approx Cabaret. HEX triplet: CB, 68 and 74. RGB value is (203,104,116). Sum of RGB (Red+Green+Blue) = 203+104+116=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 116 (45.70% from 255 or 27.42% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6874 is #34978B. Grayscale: #878787. Windows color (decimal): -3446668 or 7629003. OLE color: 7629003.

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

Color convert

RGB203104116-
CMYK00.490.430.20
HSL352.73º48.77%60.2%-
HSV(B)352.73º48.77%79.61%-
XYZ32.7323.8619.4-
YUV134.97117.3176.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.99%
GREEN value IS 104 (41.02% from 255) = 24.59%
BLUE value IS 116 (45.70% from 255) = 27.42%
R=47.99%
G=24.59%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310411600.490.430.20352.7348.7760.2
HexCB68740312B14161313c
Octal31315016406153245416174
Binary1100101111010001110100011000110101110100101100001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6874; }

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

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

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

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

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

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

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

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