#CA638E

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

Shades of Hopbush #CA638E

Tints of Hopbush #CA638E

Color information

#CA638E (or 0xCA638E) is unknown color: approx Hopbush. HEX triplet: CA, 63 and 8E. RGB value is (202,99,142). Sum of RGB (Red+Green+Blue) = 202+99+142=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 99 (39.06% from 255 or 22.35% from 443); Blue value is 142 (55.86% from 255 or 32.05% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CA638E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA638E is #359C71. Grayscale: #868686. Windows color (decimal): -3513458 or 9331658. OLE color: 9331658.

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

Color convert

RGB20299142-
CMYK00.510.300.21
HSL334.95º49.28%59.02%-
HSV(B)334.95º50.99%79.22%-
XYZ33.723.4328.34-
YUV134.7132.12176-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.60%
GREEN value IS 99 (39.06% from 255) = 22.35%
BLUE value IS 142 (55.86% from 255) = 32.05%
R=45.60%
G=22.35%
B=32.05%

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
Decimal2029914200.510.300.21334.9549.2859.02
HexCA638E0331E1514f313b
Octal31214321606336255176173
Binary1100101011000111000111001100111111010101101001111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA638E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA638E; }

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

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

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

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

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

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

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

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