#CA6186

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

Shades of Hopbush #CA6186

Tints of Hopbush #CA6186

Color information

#CA6186 (or 0xCA6186) is unknown color: approx Hopbush. HEX triplet: CA, 61 and 86. RGB value is (202,97,134). Sum of RGB (Red+Green+Blue) = 202+97+134=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 97 (38.28% from 255 or 22.40% from 433); Blue value is 134 (52.73% from 255 or 30.95% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6186 is #359E79. Grayscale: #848484. Windows color (decimal): -3513978 or 8806858. OLE color: 8806858.

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

Color convert

RGB20297134-
CMYK00.520.340.21
HSL338.86º49.76%58.63%-
HSV(B)338.86º51.98%79.22%-
XYZ32.9322.8325.22-
YUV132.61128.79177.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.65%
GREEN value IS 97 (38.28% from 255) = 22.40%
BLUE value IS 134 (52.73% from 255) = 30.95%
R=46.65%
G=22.40%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029713400.520.340.21338.8649.7658.63
HexCA61860342215153323b
Octal31214120606442255236273
Binary11001010110000110000110011010010001010101101010011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6186; }

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

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

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

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

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

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

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

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