#CA6187

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

Shades of Hopbush #CA6187

Tints of Hopbush #CA6187

Color information

#CA6187 (or 0xCA6187) is unknown color: approx Hopbush. HEX triplet: CA, 61 and 87. RGB value is (202,97,135). Sum of RGB (Red+Green+Blue) = 202+97+135=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 135 (53.12% from 255 or 31.11% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6187 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6187 is #359E78. Grayscale: #848484. Windows color (decimal): -3513977 or 8872394. OLE color: 8872394.

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

Color convert

RGB20297135-
CMYK00.520.330.21
HSL338.29º49.76%58.63%-
HSV(B)338.29º51.98%79.22%-
XYZ3322.8625.59-
YUV132.73129.29177.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.54%
GREEN value IS 97 (38.28% from 255) = 22.35%
BLUE value IS 135 (53.12% from 255) = 31.11%
R=46.54%
G=22.35%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029713500.520.330.21338.2949.7658.63
HexCA61870342115152323b
Octal31214120706441255226273
Binary11001010110000110000111011010010000110101101010010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6187; }

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

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

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

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

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

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

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

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