#CD607A

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

Shades of Cabaret #CD607A

Tints of Cabaret #CD607A

Color information

#CD607A (or 0xCD607A) is unknown color: approx Cabaret. HEX triplet: CD, 60 and 7A. RGB value is (205,96,122). Sum of RGB (Red+Green+Blue) = 205+96+122=423 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.46% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 205 - color contains mainly: red. Hex color #CD607A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD607A is #329F85. Grayscale: #838383. Windows color (decimal): -3317638 or 8020173. OLE color: 8020173.

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

Color convert

RGB20596122-
CMYK00.530.400.20
HSL345.69º52.15%59.02%-
HSV(B)345.69º53.17%80.39%-
XYZ32.8722.7521.07-
YUV131.56122.61180.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.46%
GREEN value IS 96 (37.89% from 255) = 22.70%
BLUE value IS 122 (48.05% from 255) = 28.84%
R=48.46%
G=22.70%
B=28.84%

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
Decimal2059612200.530.400.20345.6952.1559.02
HexCD607A035281415a343b
Octal31514017206550245326473
Binary1100110111000001111010011010110100010100101011010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD607A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD607A; }

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

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

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

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

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

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

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

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