#CA6296

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

Shades of Hopbush #CA6296

Tints of Hopbush #CA6296

Color information

#CA6296 (or 0xCA6296) is unknown color: approx Hopbush. HEX triplet: CA, 62 and 96. RGB value is (202,98,150). Sum of RGB (Red+Green+Blue) = 202+98+150=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 98 (38.67% from 255 or 21.78% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6296 is #359D69. Grayscale: #868686. Windows color (decimal): -3513706 or 9855690. OLE color: 9855690.

HSL color Cylindrical-coordinate representation of color #CA6296: hue angle of 330º 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 #CA6296 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB20298150-
CMYK00.510.260.21
HSL330º49.52%58.82%-
HSV(B)330º51.49%79.22%-
XYZ34.2323.4931.58-
YUV135.02136.46175.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.89%
GREEN value IS 98 (38.67% from 255) = 21.78%
BLUE value IS 150 (58.98% from 255) = 33.33%
R=44.89%
G=21.78%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029815000.510.260.2133049.5258.82
HexCA62960331A1514a323b
Octal31214222606332255126273
Binary1100101011000101001011001100111101010101101001010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6296; }

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

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

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

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

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

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

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

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