#CA6297

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

Shades of Hopbush #CA6297

Tints of Hopbush #CA6297

Color information

#CA6297 (or 0xCA6297) is unknown color: approx Hopbush. HEX triplet: CA, 62 and 97. RGB value is (202,98,151). Sum of RGB (Red+Green+Blue) = 202+98+151=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 98 (38.67% from 255 or 21.73% from 451); Blue value is 151 (59.38% from 255 or 33.48% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6297 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6297 is #359D68. Grayscale: #878787. Windows color (decimal): -3513705 or 9921226. OLE color: 9921226.

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

Color convert

RGB20298151-
CMYK00.510.250.21
HSL329.42º49.52%58.82%-
HSV(B)329.42º51.49%79.22%-
XYZ34.3123.5332.01-
YUV135.14136.96175.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.79%
GREEN value IS 98 (38.67% from 255) = 21.73%
BLUE value IS 151 (59.38% from 255) = 33.48%
R=44.79%
G=21.73%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029815100.510.250.21329.4249.5258.82
HexCA62970331915149323b
Octal31214222706331255116273
Binary1100101011000101001011101100111100110101101001001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6297; }

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

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

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

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

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

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

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

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