#CD616B

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

Shades of Cabaret #CD616B

Tints of Cabaret #CD616B

Color information

#CD616B (or 0xCD616B) is unknown color: approx Cabaret. HEX triplet: CD, 61 and 6B. RGB value is (205,97,107). Sum of RGB (Red+Green+Blue) = 205+97+107=409 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.12% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 107 (42.19% from 255 or 26.16% from 409); Max value from RGB is 205 - color contains mainly: red. Hex color #CD616B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD616B is #329E94. Grayscale: #828282. Windows color (decimal): -3317397 or 7037389. OLE color: 7037389.

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

Color convert

RGB20597107-
CMYK00.530.480.20
HSL354.44º51.92%59.22%-
HSV(B)354.44º52.68%80.39%-
XYZ32.1122.5916.58-
YUV130.43114.78181.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.12%
GREEN value IS 97 (38.28% from 255) = 23.72%
BLUE value IS 107 (42.19% from 255) = 26.16%
R=50.12%
G=23.72%
B=26.16%

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
Decimal2059710700.530.480.20354.4451.9259.22
HexCD616B0353014162343b
Octal31514115306560245426473
Binary1100110111000011101011011010111000010100101100010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD616B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD616B; }

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

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

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

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

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

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

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

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