#CA639E

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

Shades of Hopbush #CA639E

Tints of Hopbush #CA639E

Color information

#CA639E (or 0xCA639E) is unknown color: approx Hopbush. HEX triplet: CA, 63 and 9E. RGB value is (202,99,158). Sum of RGB (Red+Green+Blue) = 202+99+158=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 99 (39.06% from 255 or 21.57% from 459); Blue value is 158 (62.11% from 255 or 34.42% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CA639E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA639E is #359C61. Grayscale: #888888. Windows color (decimal): -3513442 or 10380234. OLE color: 10380234.

HSL color Cylindrical-coordinate representation of color #CA639E: hue angle of 325.63º degrees, saturation: 0.49, 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 #CA639E is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB20299158-
CMYK00.510.220.21
HSL325.63º49.28%59.02%-
HSV(B)325.63º50.99%79.22%-
XYZ34.9923.9535.13-
YUV136.52140.12174.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.01%
GREEN value IS 99 (39.06% from 255) = 21.57%
BLUE value IS 158 (62.11% from 255) = 34.42%
R=44.01%
G=21.57%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029915800.510.220.21325.6349.2859.02
HexCA639E0331615146313b
Octal31214323606326255066173
Binary1100101011000111001111001100111011010101101000110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA639E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA639E; }

 p { color: rgb(202,99,158); }

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

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

 a { background-color: rgb(202,99,158); }

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

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

 span { border-color: rgb(202,99,158); }

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