#CB6074

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

Shades of Cabaret #CB6074

Tints of Cabaret #CB6074

Color information

#CB6074 (or 0xCB6074) is unknown color: approx Cabaret. HEX triplet: CB, 60 and 74. RGB value is (203,96,116). Sum of RGB (Red+Green+Blue) = 203+96+116=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6074 is #349F8B. Grayscale: #828282. Windows color (decimal): -3448716 or 7626955. OLE color: 7626955.

HSL color Cylindrical-coordinate representation of color #CB6074: hue angle of 348.79º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB6074 is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB20396116-
CMYK00.530.430.20
HSL348.79º50.71%58.63%-
HSV(B)348.79º52.71%79.61%-
XYZ31.9622.3219.15-
YUV130.27119.95179.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.92%
GREEN value IS 96 (37.89% from 255) = 23.13%
BLUE value IS 116 (45.70% from 255) = 27.95%
R=48.92%
G=23.13%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039611600.530.430.20348.7950.7158.63
HexCB60740352B1415d333b
Octal31314016406553245356373
Binary1100101111000001110100011010110101110100101011101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6074; }

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

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

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

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

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

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

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

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