#CA6284

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

Shades of Hopbush #CA6284

Tints of Hopbush #CA6284

Color information

#CA6284 (or 0xCA6284) is unknown color: approx Hopbush. HEX triplet: CA, 62 and 84. RGB value is (202,98,132). Sum of RGB (Red+Green+Blue) = 202+98+132=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 98 (38.67% from 255 or 22.69% from 432); Blue value is 132 (51.95% from 255 or 30.56% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6284 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6284 is #359D7B. Grayscale: #848484. Windows color (decimal): -3513724 or 8676042. OLE color: 8676042.

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

Color convert

RGB20298132-
CMYK00.510.350.21
HSL340.38º49.52%58.82%-
HSV(B)340.38º51.49%79.22%-
XYZ32.8922.9624.53-
YUV132.97127.46177.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.76%
GREEN value IS 98 (38.67% from 255) = 22.69%
BLUE value IS 132 (51.95% from 255) = 30.56%
R=46.76%
G=22.69%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029813200.510.350.21340.3849.5258.82
HexCA62840332315154323b
Octal31214220406343255246273
Binary11001010110001010000100011001110001110101101010100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6284; }

 p { color: rgb(202,98,132); }

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

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

 a { background-color: rgb(202,98,132); }

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

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

 span { border-color: rgb(202,98,132); }

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