#CA689B

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

Shades of Hopbush #CA689B

Tints of Hopbush #CA689B

Color information

#CA689B (or 0xCA689B) is unknown color: approx Hopbush. HEX triplet: CA, 68 and 9B. RGB value is (202,104,155). Sum of RGB (Red+Green+Blue) = 202+104+155=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 104 (41.02% from 255 or 22.56% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CA689B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA689B is #359764. Grayscale: #8B8B8B. Windows color (decimal): -3512165 or 10184906. OLE color: 10184906.

HSL color Cylindrical-coordinate representation of color #CA689B: hue angle of 328.78º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA689B is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB202104155-
CMYK00.490.230.21
HSL328.78º48.04%60%-
HSV(B)328.78º48.51%79.22%-
XYZ35.2224.8233.95-
YUV139.12136.97172.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.82%
GREEN value IS 104 (41.02% from 255) = 22.56%
BLUE value IS 155 (60.94% from 255) = 33.62%
R=43.82%
G=22.56%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210415500.490.230.21328.7848.0460
HexCA689B0311715149303c
Octal31215023306127255116074
Binary1100101011010001001101101100011011110101101001001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA689B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA689B; }

 p { color: rgb(202,104,155); }

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

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

 a { background-color: rgb(202,104,155); }

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

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

 span { border-color: rgb(202,104,155); }

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