#CD617A

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

Shades of Cabaret #CD617A

Tints of Cabaret #CD617A

Color information

#CD617A (or 0xCD617A) is unknown color: approx Cabaret. HEX triplet: CD, 61 and 7A. RGB value is (205,97,122). Sum of RGB (Red+Green+Blue) = 205+97+122=424 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.35% from 424); Green value is 97 (38.28% from 255 or 22.88% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 205 - color contains mainly: red. Hex color #CD617A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD617A is #329E85. Grayscale: #848484. Windows color (decimal): -3317382 or 8020429. OLE color: 8020429.

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

Color convert

RGB20597122-
CMYK00.530.400.20
HSL346.11º51.92%59.22%-
HSV(B)346.11º52.68%80.39%-
XYZ32.9622.9321.1-
YUV132.14122.28179.97-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.35%
GREEN value IS 97 (38.28% from 255) = 22.88%
BLUE value IS 122 (48.05% from 255) = 28.77%
R=48.35%
G=22.88%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059712200.530.400.20346.1151.9259.22
HexCD617A035281415a343b
Octal31514117206550245326473
Binary1100110111000011111010011010110100010100101011010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD617A; }

 p { color: rgb(205,97,122); }

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

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

 a { background-color: rgb(205,97,122); }

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

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

 span { border-color: rgb(205,97,122); }

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