#CA638B

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

Shades of Hopbush #CA638B

Tints of Hopbush #CA638B

Color information

#CA638B (or 0xCA638B) is unknown color: approx Hopbush. HEX triplet: CA, 63 and 8B. RGB value is (202,99,139). Sum of RGB (Red+Green+Blue) = 202+99+139=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 99 (39.06% from 255 or 22.5% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA638B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA638B is #359C74. Grayscale: #868686. Windows color (decimal): -3513461 or 9135050. OLE color: 9135050.

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

Color convert

RGB20299139-
CMYK00.510.310.21
HSL336.7º49.28%59.02%-
HSV(B)336.7º50.99%79.22%-
XYZ33.4823.3427.17-
YUV134.36130.62176.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.91%
GREEN value IS 99 (39.06% from 255) = 22.5%
BLUE value IS 139 (54.69% from 255) = 31.59%
R=45.91%
G=22.5%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029913900.510.310.21336.749.2859.02
HexCA638B0331F15151313b
Octal31214321306337255216173
Binary1100101011000111000101101100111111110101101010001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA638B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA638B; }

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

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

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

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

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

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

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

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