Html Css Color HEX #CA7390 Hopbush

📋 copy color: '#CA7390'

red 202 ◦ green 115 ◦ blue 144

#CA7390
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hopbush #CA7390

Tints of Hopbush #CA7390

RGB

 RED value IS 202 (79.3% from 255) = 43.82%

 GREEN value IS 115 (45.31% from 255) = 24.95%

 BLUE value IS 144 (56.64% from 255) = 31.24%

R = 43.82%
G = 24.95%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#CA7390 (or 0xCA7390) is known color: Hopbush. HEX triplet: CA, 73 and 90. RGB value is (202,115,144). Sum of RGB (Red+Green+Blue) = 202+115+144=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7390 is #358C6F. Grayscale: #909090. Windows color (decimal): -3509360 or 9466826. OLE color: 9466826.

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

Color convert

RGB 202 115 144 -
CMYK 0 0.43 0.29 0.21
HSL 340º 0.45% 0.62% -
HSV(B) 340º 0.43% 0.79% -
XYZ 35.52 26.83 29.69 -
YUV 144.32 127.82 169.14 -
System Red Green Blue C M Y K H S L
Decimal 202 115 144 0 0.43 0.29 0.21 340 0.45 0.62
Hex CA 73 90 0 2B 1D 15 154 2D 3E
Octal 312 163 220 0 53 35 25 524 55 76
Binary 11001010 1110011 10010000 0 101011 11101 10101 101010100 101101 111110

Color Harmonies of #CA7390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7390

Black with #CA7390

Text Example


Text Example

White with #CA7390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7390; }

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

 H1.HeaderClassName
 {
   color: #CA7390;
 }
 .AnyTagClassName
 {
   color: #CA7390;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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