#CA7398

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

Shades of Hopbush #CA7398

Tints of Hopbush #CA7398

Color information

#CA7398 (or 0xCA7398) is unknown color: approx Hopbush. HEX triplet: CA, 73 and 98. RGB value is (202,115,152). Sum of RGB (Red+Green+Blue) = 202+115+152=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 115 (45.31% from 255 or 24.52% from 469); Blue value is 152 (59.77% from 255 or 32.41% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7398 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7398 is #358C67. Grayscale: #919191. Windows color (decimal): -3509352 or 9991114. OLE color: 9991114.

HSL color Cylindrical-coordinate representation of color #CA7398: hue angle of 334.48º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA7398 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB202115152-
CMYK00.430.250.21
HSL334.48º45.08%62.16%-
HSV(B)334.48º43.07%79.22%-
XYZ36.1627.0933.03-
YUV145.23131.82168.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.07%
GREEN value IS 115 (45.31% from 255) = 24.52%
BLUE value IS 152 (59.77% from 255) = 32.41%
R=43.07%
G=24.52%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211515200.430.250.21334.4845.0862.16
HexCA739802B191514e2d3e
Octal31216323005331255165576
Binary1100101011100111001100001010111100110101101001110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7398; }

 p { color: rgb(202,115,152); }

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

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

 a { background-color: rgb(202,115,152); }

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

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

 span { border-color: rgb(202,115,152); }

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