#CD5CAB

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

Shades of Fuchsia #CD5CAB

Tints of Fuchsia #CD5CAB

Color information

#CD5CAB (or 0xCD5CAB) is unknown color: approx Fuchsia. HEX triplet: CD, 5C and AB. RGB value is (205,92,171). Sum of RGB (Red+Green+Blue) = 205+92+171=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 92 (36.33% from 255 or 19.66% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5CAB is #32A354. Grayscale: #868686. Windows color (decimal): -3318613 or 11230413. OLE color: 11230413.

HSL color Cylindrical-coordinate representation of color #CD5CAB: hue angle of 318.05º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CD5CAB is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB20592171-
CMYK00.550.170.20
HSL318.05º53.05%58.24%-
HSV(B)318.05º55.12%80.39%-
XYZ36.3523.5741.16-
YUV134.79148.44178.08-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.80%
GREEN value IS 92 (36.33% from 255) = 19.66%
BLUE value IS 171 (67.19% from 255) = 36.54%
R=43.80%
G=19.66%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059217100.550.170.20318.0553.0558.24
HexCD5CAB037111413e353a
Octal31513425306721244766572
Binary1100110110111001010101101101111000110100100111110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5CAB; }

 p { color: rgb(205,92,171); }

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

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

 a { background-color: rgb(205,92,171); }

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

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

 span { border-color: rgb(205,92,171); }

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