#CD6275

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

Shades of Cabaret #CD6275

Tints of Cabaret #CD6275

Color information

#CD6275 (or 0xCD6275) is unknown color: approx Cabaret. HEX triplet: CD, 62 and 75. RGB value is (205,98,117). Sum of RGB (Red+Green+Blue) = 205+98+117=420 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.81% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6275 is #329D8A. Grayscale: #848484. Windows color (decimal): -3317131 or 7693005. OLE color: 7693005.

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

Color convert

RGB20598117-
CMYK00.520.430.20
HSL349.35º51.69%59.41%-
HSV(B)349.35º52.2%80.39%-
XYZ32.762319.54-
YUV132.16119.45179.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.81%
GREEN value IS 98 (38.67% from 255) = 23.33%
BLUE value IS 117 (46.09% from 255) = 27.86%
R=48.81%
G=23.33%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059811700.520.430.20349.3551.6959.41
HexCD62750342B1415d343b
Octal31514216506453245356473
Binary1100110111000101110101011010010101110100101011101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6275; }

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

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

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

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

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

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

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

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