Html Css Color HEX #CA6189 Hopbush

📋 copy color: '#CA6189'

red 202 ◦ green 97 ◦ blue 137

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

Shades of Hopbush #CA6189

Tints of Hopbush #CA6189

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.25%

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

R = 46.33%
G = 22.25%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#CA6189 (or 0xCA6189) is known color: Hopbush. HEX triplet: CA, 61 and 89. RGB value is (202,97,137). Sum of RGB (Red+Green+Blue) = 202+97+137=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 97 (38.28% from 255 or 22.25% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6189 is #359E76. Grayscale: #848484. Windows color (decimal): -3513975 or 9003466. OLE color: 9003466.

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

Color convert

RGB 202 97 137 -
CMYK 0 0.52 0.32 0.21
HSL 337.14º 0.5% 0.59% -
HSV(B) 337.14º 0.52% 0.79% -
XYZ 33.15 22.91 26.34 -
YUV 132.96 130.29 177.25 -
System Red Green Blue C M Y K H S L
Decimal 202 97 137 0 0.52 0.32 0.21 337.14 0.5 0.59
Hex CA 61 89 0 34 20 15 151 32 3B
Octal 312 141 211 0 64 40 25 521 62 73
Binary 11001010 1100001 10001001 0 110100 100000 10101 101010001 110010 111011

Color Harmonies of #CA6189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6189

Black with #CA6189

Text Example


Text Example

White with #CA6189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6189; }

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

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

background-color css

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

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

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

border-color css

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

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

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