#CA5D8A

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

Shades of Hopbush #CA5D8A

Tints of Hopbush #CA5D8A

Color information

#CA5D8A (or 0xCA5D8A) is unknown color: approx Hopbush. HEX triplet: CA, 5D and 8A. RGB value is (202,93,138). Sum of RGB (Red+Green+Blue) = 202+93+138=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 93 (36.72% from 255 or 21.48% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5D8A is #35A275. Grayscale: #828282. Windows color (decimal): -3514998 or 9067978. OLE color: 9067978.

HSL color Cylindrical-coordinate representation of color #CA5D8A: hue angle of 335.23º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA5D8A is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB20293138-
CMYK00.540.320.21
HSL335.23º50.7%57.84%-
HSV(B)335.23º53.96%79.22%-
XYZ32.8622.2226.6-
YUV130.72132.11178.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.65%
GREEN value IS 93 (36.72% from 255) = 21.48%
BLUE value IS 138 (54.30% from 255) = 31.87%
R=46.65%
G=21.48%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029313800.540.320.21335.2350.757.84
HexCA5D8A036201514f333a
Octal31213521206640255176372
Binary11001010101110110001010011011010000010101101001111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5D8A; }

 p { color: rgb(202,93,138); }

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

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

 a { background-color: rgb(202,93,138); }

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

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

 span { border-color: rgb(202,93,138); }

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