#CA638D

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

Shades of Hopbush #CA638D

Tints of Hopbush #CA638D

Color information

#CA638D (or 0xCA638D) is unknown color: approx Hopbush. HEX triplet: CA, 63 and 8D. RGB value is (202,99,141). Sum of RGB (Red+Green+Blue) = 202+99+141=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 99 (39.06% from 255 or 22.40% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA638D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA638D is #359C72. Grayscale: #868686. Windows color (decimal): -3513459 or 9266122. OLE color: 9266122.

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

Color convert

RGB20299141-
CMYK00.510.300.21
HSL335.53º49.28%59.02%-
HSV(B)335.53º50.99%79.22%-
XYZ33.6323.427.94-
YUV134.58131.62176.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.70%
GREEN value IS 99 (39.06% from 255) = 22.40%
BLUE value IS 141 (55.47% from 255) = 31.90%
R=45.70%
G=22.40%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029914100.510.300.21335.5349.2859.02
HexCA638D0331E15150313b
Octal31214321506336255206173
Binary1100101011000111000110101100111111010101101010000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA638D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA638D; }

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

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

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

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

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

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

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

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