#CD6075

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

Shades of Cabaret #CD6075

Tints of Cabaret #CD6075

Color information

#CD6075 (or 0xCD6075) is unknown color: approx Cabaret. HEX triplet: CD, 60 and 75. RGB value is (205,96,117). Sum of RGB (Red+Green+Blue) = 205+96+117=418 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.04% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6075 is #329F8A. Grayscale: #838383. Windows color (decimal): -3317643 or 7692493. OLE color: 7692493.

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

Color convert

RGB20596117-
CMYK00.530.430.20
HSL348.44º52.15%59.02%-
HSV(B)348.44º53.17%80.39%-
XYZ32.5722.6319.48-
YUV130.98120.11180.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.04%
GREEN value IS 96 (37.89% from 255) = 22.97%
BLUE value IS 117 (46.09% from 255) = 27.99%
R=49.04%
G=22.97%
B=27.99%

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
Decimal2059611700.530.430.20348.4452.1559.02
HexCD60750352B1415c343b
Octal31514016506553245346473
Binary1100110111000001110101011010110101110100101011100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6075; }

 p { color: rgb(205,96,117); }

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

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

 a { background-color: rgb(205,96,117); }

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

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

 span { border-color: rgb(205,96,117); }

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