#CD616A

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

Shades of Cabaret #CD616A

Tints of Cabaret #CD616A

Color information

#CD616A (or 0xCD616A) is unknown color: approx Cabaret. HEX triplet: CD, 61 and 6A. RGB value is (205,97,106). Sum of RGB (Red+Green+Blue) = 205+97+106=408 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.25% from 408); Green value is 97 (38.28% from 255 or 23.77% from 408); Blue value is 106 (41.80% from 255 or 25.98% from 408); Max value from RGB is 205 - color contains mainly: red. Hex color #CD616A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD616A is #329E95. Grayscale: #828282. Windows color (decimal): -3317398 or 6971853. OLE color: 6971853.

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

Color convert

RGB20597106-
CMYK00.530.480.20
HSL355º51.92%59.22%-
HSV(B)355º52.68%80.39%-
XYZ32.0522.5716.3-
YUV130.32114.28181.27-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.25%
GREEN value IS 97 (38.28% from 255) = 23.77%
BLUE value IS 106 (41.80% from 255) = 25.98%
R=50.25%
G=23.77%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059710600.530.480.2035551.9259.22
HexCD616A0353014163343b
Octal31514115206560245436473
Binary1100110111000011101010011010111000010100101100011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD616A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD616A; }

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

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

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

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

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

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

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

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