#CA688F

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

Shades of Hopbush #CA688F

Tints of Hopbush #CA688F

Color information

#CA688F (or 0xCA688F) is unknown color: approx Hopbush. HEX triplet: CA, 68 and 8F. RGB value is (202,104,143). Sum of RGB (Red+Green+Blue) = 202+104+143=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 143 (56.25% from 255 or 31.85% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CA688F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA688F is #359770. Grayscale: #898989. Windows color (decimal): -3512177 or 9398474. OLE color: 9398474.

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

Color convert

RGB202104143-
CMYK00.490.290.21
HSL336.12º48.04%60%-
HSV(B)336.12º48.51%79.22%-
XYZ34.2724.4428.9-
YUV137.75130.97173.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.99%
GREEN value IS 104 (41.02% from 255) = 23.16%
BLUE value IS 143 (56.25% from 255) = 31.85%
R=44.99%
G=23.16%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210414300.490.290.21336.1248.0460
HexCA688F0311D15150303c
Octal31215021706135255206074
Binary1100101011010001000111101100011110110101101010000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA688F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA688F; }

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

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

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

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

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

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

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

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