#ca628e

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

Shades of Hopbush #CA628E

Tints of Hopbush #CA628E

Color information

#CA628E (or 0xCA628E) is unknown color: approx Hopbush. HEX triplet: CA, 62 and 8E. RGB value is (202,98,142). Sum of RGB (Red+Green+Blue) = 202+98+142=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 98 (38.67% from 255 or 22.17% from 442); Blue value is 142 (55.86% from 255 or 32.13% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA628E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA628E is #359D71. Grayscale: #868686. Windows color (decimal): -3513714 or 9331402. OLE color: 9331402.

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

Color convert

RGB20298142-
CMYK00.510.300.21
HSL334.62º49.52%58.82%-
HSV(B)334.62º51.49%79.22%-
XYZ33.6123.2428.31-
YUV134.11132.46176.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.70%
GREEN value IS 98 (38.67% from 255) = 22.17%
BLUE value IS 142 (55.86% from 255) = 32.13%
R=45.70%
G=22.17%
B=32.13%

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
Decimal2029814200.510.300.21334.6249.5258.82
HexCA628E0331E1514f323b
Octal31214221606336255176273
Binary1100101011000101000111001100111111010101101001111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca628e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca628e; }

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

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

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

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

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

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

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

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