Html Css Color HEX #CA5E89 Hopbush

📋 copy color: '#CA5E89'

red 202 ◦ green 94 ◦ blue 137

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

Shades of Hopbush #CA5E89

Tints of Hopbush #CA5E89

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.71%

 BLUE value IS 137 (53.91% from 255) = 31.64%

R = 46.65%
G = 21.71%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#CA5E89 (or 0xCA5E89) is known color: Hopbush. HEX triplet: CA, 5E and 89. RGB value is (202,94,137). Sum of RGB (Red+Green+Blue) = 202+94+137=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 94 (37.11% from 255 or 21.71% from 433); Blue value is 137 (53.91% from 255 or 31.64% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5E89 is #35A176. Grayscale: #838383. Windows color (decimal): -3514743 or 9002698. OLE color: 9002698.

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

Color convert

RGB 202 94 137 -
CMYK 0 0.53 0.32 0.21
HSL 336.11º 0.5% 0.58% -
HSV(B) 336.11º 0.53% 0.79% -
XYZ 32.88 22.37 26.25 -
YUV 131.19 131.28 178.5 -
System Red Green Blue C M Y K H S L
Decimal 202 94 137 0 0.53 0.32 0.21 336.11 0.5 0.58
Hex CA 5E 89 0 35 20 15 150 32 3A
Octal 312 136 211 0 65 40 25 520 62 72
Binary 11001010 1011110 10001001 0 110101 100000 10101 101010000 110010 111010

Color Harmonies of #CA5E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5E89

Black with #CA5E89

Text Example


Text Example

White with #CA5E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5E89; }

 p { color: rgb(202,94,137); }

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

background-color css

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

 a { background-color: rgb(202,94,137); }

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

border-color css

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

 span { border-color: rgb(202,94,137); }

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