#CD5867

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

Shades of Cabaret #CD5867

Tints of Cabaret #CD5867

Color information

#CD5867 (or 0xCD5867) is unknown color: approx Cabaret. HEX triplet: CD, 58 and 67. RGB value is (205,88,103). Sum of RGB (Red+Green+Blue) = 205+88+103=396 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.77% from 396); Green value is 88 (34.77% from 255 or 22.22% from 396); Blue value is 103 (40.62% from 255 or 26.01% from 396); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5867 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5867 is #32A798. Grayscale: #7C7C7C. Windows color (decimal): -3319705 or 6772941. OLE color: 6772941.

HSL color Cylindrical-coordinate representation of color #CD5867: hue angle of 352.31º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CD5867 is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB20588103-
CMYK00.570.500.20
HSL352.31º53.92%57.45%-
HSV(B)352.31º57.07%80.39%-
XYZ31.1120.9415.23-
YUV124.69115.76185.28-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.77%
GREEN value IS 88 (34.77% from 255) = 22.22%
BLUE value IS 103 (40.62% from 255) = 26.01%
R=51.77%
G=22.22%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058810300.570.500.20352.3153.9257.45
HexCD586703932141603639
Octal31513014707162245406671
Binary1100110110110001100111011100111001010100101100000110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5867; }

 p { color: rgb(205,88,103); }

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

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

 a { background-color: rgb(205,88,103); }

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

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

 span { border-color: rgb(205,88,103); }

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