#CA6693

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

Shades of Hopbush #CA6693

Tints of Hopbush #CA6693

Color information

#CA6693 (or 0xCA6693) is unknown color: approx Hopbush. HEX triplet: CA, 66 and 93. RGB value is (202,102,147). Sum of RGB (Red+Green+Blue) = 202+102+147=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 102 (40.23% from 255 or 22.62% from 451); Blue value is 147 (57.81% from 255 or 32.59% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6693 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6693 is #35996C. Grayscale: #888888. Windows color (decimal): -3512685 or 9660106. OLE color: 9660106.

HSL color Cylindrical-coordinate representation of color #CA6693: hue angle of 333º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA6693 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB202102147-
CMYK00.500.270.21
HSL333º48.54%59.61%-
HSV(B)333º49.5%79.22%-
XYZ34.3724.1730.46-
YUV137.03133.63174.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.79%
GREEN value IS 102 (40.23% from 255) = 22.62%
BLUE value IS 147 (57.81% from 255) = 32.59%
R=44.79%
G=22.62%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210214700.500.270.2133348.5459.61
HexCA66930321B1514d313c
Octal31214622306233255156174
Binary1100101011001101001001101100101101110101101001101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6693; }

 p { color: rgb(202,102,147); }

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

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

 a { background-color: rgb(202,102,147); }

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

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

 span { border-color: rgb(202,102,147); }

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