#ca6294

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

Shades of Hopbush #CA6294

Tints of Hopbush #CA6294

Color information

#CA6294 (or 0xCA6294) is unknown color: approx Hopbush. HEX triplet: CA, 62 and 94. RGB value is (202,98,148). Sum of RGB (Red+Green+Blue) = 202+98+148=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 98 (38.67% from 255 or 21.88% from 448); Blue value is 148 (58.20% from 255 or 33.04% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6294 is #359D6B. Grayscale: #868686. Windows color (decimal): -3513708 or 9724618. OLE color: 9724618.

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

Color convert

RGB20298148-
CMYK00.510.270.21
HSL331.15º49.52%58.82%-
HSV(B)331.15º51.49%79.22%-
XYZ34.0723.4330.74-
YUV134.8135.46175.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.09%
GREEN value IS 98 (38.67% from 255) = 21.88%
BLUE value IS 148 (58.20% from 255) = 33.04%
R=45.09%
G=21.88%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029814800.510.270.21331.1549.5258.82
HexCA62940331B1514b323b
Octal31214222406333255136273
Binary1100101011000101001010001100111101110101101001011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca6294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca6294; }

 p { color: rgb(202,98,148); }

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

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

 a { background-color: rgb(202,98,148); }

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

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

 span { border-color: rgb(202,98,148); }

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